plainbox.impl.commands.check_config – check-config sub-command

Warning

THIS MODULE DOES NOT HAVE STABLE PUBLIC API

class plainbox.impl.commands.check_config.CheckConfigCommand(config)[source]

Command for checking and displaying plainbox configuration

invoked(ns)[source]
register_parser(subparsers)[source]
class plainbox.impl.commands.check_config.CheckConfigInvocation(config)[source]

Helper class instantiated to perform a particular invocation of the sru command. Unlike the SRU command itself, this class is instantiated each time.

run()[source]

Previous topic

plainbox.impl.commands.analyze – analyze sub-command

Next topic

plainbox.impl.commands.checkbox – mix-in for checkbox commands

This Page