watcherclient.v1.action_shell module¶
-
class
watcherclient.v1.action_shell.
ListAction
(app: cliff.app.App, app_args: Optional[argparse.Namespace], cmd_name: Optional[str] = None)[source]¶ Bases:
watcherclient.common.command.Lister
List information on retrieved actions.
-
app_dist_name
: Optional[str]¶
-
log
= <Logger watcherclient.v1.action_shell.ListAction (WARNING)>¶
-
-
class
watcherclient.v1.action_shell.
ShowAction
(app: cliff.app.App, app_args: Optional[argparse.Namespace], cmd_name: Optional[str] = None)[source]¶ Bases:
watcherclient.common.command.ShowOne
Show detailed information about a given action.
-
app_dist_name
: Optional[str]¶
-
log
= <Logger watcherclient.v1.action_shell.ShowAction (WARNING)>¶
-