pimlico.cli.locations module¶
-
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'¶
-
-
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"¶
-
-
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'¶
-