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 at 0x7f5c3fd57e90>
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 at 0x7f5c3fac3ed0>
class watcherclient.common.command.ShowOne(app, app_args, cmd_name=None)[source]

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

log = <logging.Logger object at 0x7f5c3fac3110>

Previous topic

The watcherclient.common.cliutils Module

Next topic

The watcherclient.common.http Module

Project Source

This Page