watcherclient.v1.goal_shell module¶
- class watcherclient.v1.goal_shell.ListGoal(app: App, app_args: Namespace | None, cmd_name: str | None = None)[source]¶
Bases:
ListerList information on retrieved goals.
- app_dist_name: str | None¶
- formatter: base_formatters.FormatterT¶
- log = <Logger watcherclient.v1.goal_shell.ListGoal (WARNING)>¶
- class watcherclient.v1.goal_shell.ShowGoal(app: App, app_args: Namespace | None, cmd_name: str | None = None)[source]¶
Bases:
ShowOneShow detailed information about a given goal.
- app_dist_name: str | None¶
- formatter: base_formatters.FormatterT¶
- log = <Logger watcherclient.v1.goal_shell.ShowGoal (WARNING)>¶