The watcherclient.common.command Module

The watcherclient.common.command Module

class watcherclient.common.command.Command(app, app_args, cmd_name=None)[source]

Bases: cliff.command.Command

log = <logging.Logger object>
run(parsed_args)[source]
class watcherclient.common.command.CommandMeta[source]

Bases: abc.ABCMeta

class watcherclient.common.command.Lister(app, app_args, cmd_name=None)[source]

Bases: watcherclient.common.command.Command, cliff.lister.Lister

log = <logging.Logger object>
class watcherclient.common.command.ShowOne(app, app_args, cmd_name=None)[source]

Bases: watcherclient.common.command.Command, cliff.show.ShowOne

get_parser(prog_name, formatter_class=None)[source]
log = <logging.Logger object>
Creative Commons Attribution 3.0 License

Except where otherwise noted, this document is licensed under Creative Commons Attribution 3.0 License. See all OpenStack Legal Documents.