watcherclient.v1.goal_shell module¶
-
class
watcherclient.v1.goal_shell.
ListGoal
(app: cliff.app.App, app_args: Optional[argparse.Namespace], cmd_name: Optional[str] = None)[source]¶ Bases:
watcherclient.common.command.Lister
List information on retrieved goals.
-
app_dist_name
: Optional[str]¶
-
log
= <Logger watcherclient.v1.goal_shell.ListGoal (WARNING)>¶
-
-
class
watcherclient.v1.goal_shell.
ShowGoal
(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 goal.
-
app_dist_name
: Optional[str]¶
-
log
= <Logger watcherclient.v1.goal_shell.ShowGoal (WARNING)>¶
-