watcherclient.v1.data_model_shell module

class watcherclient.v1.data_model_shell.ListDataModel(app: App, app_args: Namespace | None, cmd_name: str | None = None)[source]

Bases: Lister

List information on retrieved data model.

app_dist_name: ty.Optional[str]
get_parser(prog_name)[source]

Return an argparse.ArgumentParser.

get_tuple(dic, fields)[source]
log = <Logger watcherclient.v1.data_model_shell.ListDataModel (WARNING)>
take_action(parsed_args)[source]

Run command.

Return a tuple containing the column names and an iterable containing the data to be listed.