parade.command.flow package

Submodules

parade.command.flow.create module

parade.command.flow.list module

class parade.command.flow.list.ListFlowCommand

Bases: parade.command.ParadeCommand

aliases
config_parser(parser)

Populate option parse with options available for this command

requires_workspace = True
run_internal(context, **kwargs)

Internal running logic, to be implemented :param context: the context to use :return:

short_desc()

A short description of the command

parade.command.flow.rm module

class parade.command.flow.rm.RemoveFlowCommand

Bases: parade.command.ParadeCommand

aliases
config_parser(parser)

Populate option parse with options available for this command

requires_workspace = True
run_internal(context, **kwargs)

Internal running logic, to be implemented :param context: the context to use :return:

short_desc()

A short description of the command

parade.command.flow.run module

Module contents