validations_libs.cli.history module

class validations_libs.cli.history.GetHistory(app, app_args, cmd_name=None)[source]

Bases: BaseCommand

Display details about a specific Validation execution

get_parser(parser)[source]

Argument parser for base command

take_action(parsed_args)[source]

Override to do something useful.

The returned value will be returned by the program.

class validations_libs.cli.history.ListHistory(app, app_args, cmd_name=None)[source]

Bases: BaseLister

Display Validations execution history

get_parser(parser)[source]

Argument parser for base lister

take_action(parsed_args)[source]

Run command.

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