locations

class InputsCmd[source]

Bases: pimlico.cli.subcommands.PimlicoCLISubcommand

command_name = 'inputs'
command_help = 'Show the locations of the inputs of a given module. If the input datasets are available, their actual location is shown. Otherwise, all directories in which the data is being checked for are shown'
command_desc = 'Show the (expected) locations of the inputs of a given module'
add_arguments(parser)[source]
run_command(pipeline, opts)[source]
class OutputCmd[source]

Bases: pimlico.cli.subcommands.PimlicoCLISubcommand

command_name = 'output'
command_help = "Show the location where the given module's output data will be (or has been) stored"
add_arguments(parser)[source]
run_command(pipeline, opts)[source]
class ListStoresCmd[source]

Bases: pimlico.cli.subcommands.PimlicoCLISubcommand

command_name = 'stores'
command_help = 'List Pimlico stores in use and the corresponding storage locations'
command_desc = 'List named Pimlico stores'
run_command(pipeline, opts)[source]
class MoveStoresCmd[source]

Bases: pimlico.cli.subcommands.PimlicoCLISubcommand

command_name = 'movestores'
command_help = "Move a particular module's output from one storage location to another"
command_desc = 'Move data between stores'
add_arguments(parser)[source]
run_command(pipeline, opts)[source]