pimlico.cli.status module

class StatusCmd[source]

Bases: pimlico.cli.subcommands.PimlicoCLISubcommand

command_name = 'status'
command_help = 'Output a module execution schedule for the pipeline and execution status for every module'
add_arguments(parser)[source]
run_command(pipeline, opts)[source]
module_status_color(module)[source]
status_colored(module, text=None)[source]

Colour the text according to the status of the given module. If text is not given, the module’s name is returned.

module_status(module)[source]

Detailed module status, shown when a specific module’s status is requested.