prosEO UI Command Line Interface Syntax (v0.1)

The general syntax for commands is:

command [subcommand...] [option...] [parameter...]

Commands can be entered after the "prosEO>" command prompt. They can also be invoked on the shell command line following the name of the prosEO executable (e. g. "proseo") and at least one whitespace character.

Commands may have subcommands, which precede all options and parameters.

Commands may have options (--option, a short form -o may be given as alias) and parameters (passed as values without the parameter name).

Modal options can be combined into one option, i. e. "-a -b -c" is the same as "-abc". Options with values are either of the form "-ovalue" or "--option=value"; in the case of multiple values "--option=value,value,value".

Parameters are positional, except (implicitly) for attribute parameters of the form "=". Attribute values may be comma-separated string lists, but they cannot represent attributes of more complex types. To set complex object attributes use the "--file" option and pass a Json, XML or Yaml file.

Options and parameters containing blanks and/or quotes must be quoted, e. g. "-ovalue with blanks" or 'My "quoted" parameter'.

All date-time values must conform to the ISO date-time format ("YYYY-MM-DD[THH:MM:SS.ssssssZ]"), with or without a second, a fraction of second and/or a time zone, e. g. the following are valid: "2020-04-08", "2020-04-08T11:30+0200", "2020-04-08T11:30:45.123456Z". Value parts not specified will be set to zero, i. e. "2020-04-08" will be interpreted as "2020-04-08T00:00:00.000000" in UTC. Therefore when specifying a time interval using "from"/"to" parameters, be sure to specify the end of the interval correctly, e. g. to cover the whole day 2020-04-08 (in UTC), "2020-04-08" may be specified for the "from" parameter, but the "to" parameter must read "2020-04-08T23:59:59.999999" or "2020-04-09".

For all commands except "mission show" a user login is required, all commands except "mission show", "mission create", "user create" and all facility-related commands require login to a specific mission.

Caution 1: Typing ^C (Control-C) terminates the Command Line Interface immediately. Caution 2: When run in non-interactive mode (e. g. with input redirection) prompts for missing mandatory attributes do not work. In this case mandatory attributes must be specified on the command line or in an input file. (Exception: Selection rules can be read from input redirection.)

Table of Contents

Global Options
Options
Commands

Global Options

Optionhelp
Short formh
Typeboolean
DescriptionShow help information for the current command/subcommand level (top level commands, when called from the shell command line).

Options

Optionversion
Short formV
Typeboolean
DescriptionShow the prosEO CLI version and exit (only for call from shell command line).

OptionidentFile
Short formi
Typestring
DescriptionPath to a file containing user name (without mission prefix) and password (in two separate lines); the file will only be read, if it is only readable by the current system user (as far as warranted by the operating system) .

Optionmission
Short formm
Typestring
DescriptionThe mission to login to (only valid if a user name for login is given).

Commands

Commandexit
DescriptionTerminate the Command Line Interface.
Subcommands
Options
Parameters

Commandhelp
DescriptionShow the prosEO Command Line Interface help information (this page; for subcommand help, type " --help").
Subcommands
Options
Parameters

Commandclear
DescriptionClear the terminal screen (but not the scrollback buffer).
Subcommands
Options
Parameters

Commandlogin
DescriptionLog in to a mission in prosEO. All valid commands except for "mission show" require prior login..
Subcommands
Options
OptionidentFile
Short formi
Typestring
DescriptionPath to a file containing user name (without mission prefix) and password (in two separate lines); the file will only be read, if it is only readable by the current system user (as far as warranted by the operating system) .

Parameters
ParametermissionCode (optional)
Typestring
DescriptionThe code of the mission to log in to (may be empty for user with prosEO Administrator privileges).


Commandlogout
DescriptionLog out of prosEO. No commands except "mission show" and "login" will be accepted after logout..
Subcommands
Options
Parameters

Commandmission
DescriptionCommands related to configuring an earth observation mission.
Subcommands
Commandshow
DescriptionList all configured missions or only the given one.
Subcommands
Options
Optionformat
Typestring
DescriptionThe output format (one of { JSON, XML, YAML }; default value YAML [human readable]).

Optionverbose
Short formv
Typeboolean
DescriptionIf set, give mission details, otherwise show only mission code and name.

Parameters
ParametermissionCode (optional)
Typestring
DescriptionThe code of the mission to list.


Commandcreate
DescriptionCreate a new earth observation mission in prosEO.
Subcommands
Options
Optionfile
Short formf
Typestring
DescriptionPath to file to read the mission definitions from.

Optionformat
Typestring
DescriptionThe file format (one of { JSON, XML, YAML }; default value JSON).

Parameters
ParametermissionCode (optional)
Typestring
DescriptionThe code of the mission (mandatory if not read from file).

Parameterattribute (optional, repeatable)
Typestring
DescriptionA mission attribute to update in the form "=", overrides values given in the mission definition file.


Commandupdate
DescriptionUpdate the mission attributes.
Subcommands
Options
Optionfile
Short formf
Typestring
DescriptionPath to file to read the updated mission definition from.

Optionformat
Typestring
DescriptionThe file format (one of { JSON, XML, YAML }; default value JSON).

Optiondelete-attributes
Typeboolean
DescriptionDelete non-mandatory attributes not given in the mission definition file and/or the command parameters.

Parameters
Parameterattribute (optional, repeatable)
Typestring
DescriptionA mission attribute to update in the form "=", overrides values given in the mission definition file.


Commanddelete
DescriptionDelete the named mission (optionally including configured items and stored products).
Subcommands
Options
Optionforce
Typeboolean
DescriptionAlso delete all configured items (spacecrafts, orbits, processor classes, processors, configurations, configured processors and product classes) for this mission, but no products.

Optiondelete-products
Typeboolean
DescriptionAlso delete all products for this mission (this will also remove the products from any processing facility), valid only if "force" is specified, too (both options need to be specified to avoid unintended data loss).

Parameters
ParametermissionCode
Typestring
DescriptionThe code of the mission to delete.


Commandspacecraft
DescriptionCommands to manage the spacecrafts for a mission.
Subcommands
Commandadd
DescriptionAdd a spacecraft to the mission list of spacecrafts; the user will be prompted for mandatory attributes not given on the command line.
Subcommands
Options
Optionfile
Short formf
Typestring
DescriptionPath to file to read the updated mission definition from.

Optionformat
Typestring
DescriptionThe file format (one of { JSON, XML, YAML }; default value JSON).

Parameters
ParameterspacecraftCode (optional)
Typestring
DescriptionThe code of the spacecraft to remove (mandatory if not read from file).

Parameterattribute (optional, repeatable)
Typestring
DescriptionA spacecraft attribute to set in the form "=".


Commandremove
DescriptionRemove a spacecraft from the mission list of spacecrafts.
Subcommands
Options
Parameters
ParameterspacecraftCode
Typestring
DescriptionThe code of the spacecraft to remove.


Options
Parameters

Options
Parameters

Commandorbit
DescriptionCommands for managing orbits for a given spacecraft.
Subcommands
Commandshow
DescriptionLists orbits, optionally restricted to a given orbit number range.
Subcommands
Options
Optionfrom
Typeinteger
DescriptionLower bound of orbit number range.

Optionto
Typeinteger
DescriptionUpper bound of orbit number range.

Optionformat
Typestring
DescriptionThe output format (one of { JSON, XML, YAML }; default value YAML [human readable]).

Optionverbose
Short formv
Typeboolean
DescriptionIf set, give orbit details, otherwise show only spacecraft code, orbit number and start/stop times.

Parameters
ParameterspacecraftCode
Typestring
DescriptionThe code of the spacecraft the orbits belong to.


Commandcreate
DescriptionAdd or update a set of orbits for the given spacecraft (existing orbits will be updated).
Subcommands
Options
Optionfile
Short formf
Typestring
DescriptionPath to file to read the orbit definitions from.

Optionformat
Typestring
DescriptionThe file format (one of { JSON, XML, YAML }; default value JSON).

Parameters
ParameterspacecraftCode (optional)
Typestring
DescriptionThe code of the spacecraft the orbits belong to (mandatory if not read from file).

Parameterattribute (optional, repeatable)
Typestring
DescriptionAn orbit attribute to update in the form "=", only allowed if no orbit file is given (i. e. a single orbit is created).


Commandupdate
DescriptionUpdate a set of orbits for the given spacecraft.
Subcommands
Options
Optionfile
Short formf
Typestring
DescriptionPath to file to read the orbit definitions from.

Optionformat
Typestring
DescriptionThe file format (one of { JSON, XML, YAML }; default value JSON).

Parameters
ParameterspacecraftCode (optional)
Typestring
DescriptionThe code of the spacecraft the orbits belong to (mandatory if not read from file).

ParameterorbitNumber (optional)
Typestring
DescriptionThe number of the orbit to update (mandatory if not read from file).

Parameterattribute (optional, repeatable)
Typestring
DescriptionAn orbit attribute to update in the form "=", only allowed if no orbit file is given (i. e. a single orbit is updated).


Commanddelete
DescriptionDeletes orbits in a given orbit range.
Subcommands
Options
Parameters
ParameterspacecraftCode
Typestring
DescriptionThe code of the spacecraft the orbits belong to.

Parameterfrom
Typeinteger
DescriptionLower bound of orbit range.

Parameterto (optional)
Typeinteger
DescriptionUpper bound of orbit range.


Options
Parameters

Commandorder
DescriptionCommands for managing processing orders; some commands can only be issued, if the order is in the correct status. Order status sequence is Initial - Approved - Planned - Released - Running - Completed/Failed - Closed. Additionally an order may be in status "Suspending" after issuing a "suspend" command, until all running job steps are finished..
Subcommands
Commandshow
DescriptionLists orders, optionally restricted to a given time range or a specific processing order.
Subcommands
Options
Optionfrom
Typedatetime
DescriptionLower bound of order start time (rounded down to next full second).

Optionto
Typedatetime
DescriptionUpper bound of order start time (rounded up to next full second).

Optionformat
Typestring
DescriptionThe output format (one of { JSON, XML, YAML }; default value YAML [human readable]).

Optionverbose
Short formv
Typeboolean
DescriptionIf set, give order details, otherwise show only order identifier, UUID, start/stop times, mode and state.

Parameters
ParameterorderId (optional)
Typestring
DescriptionThe order identifier (overrides --from and --to options).


Commandcreate
DescriptionCreate a new processing order (in status Initial); if the input is not from a file, the user will be prompted for mandatory attributes not given on the command line (when prompted for orbits, orbit ranges may be given, e. g. "3000-3003,3005,3009-3011").
Subcommands
Options
Optionfile
Short formf
Typestring
DescriptionPath to file to read the order definition from.

Optionformat
Typestring
DescriptionThe file format (one of { JSON, XML, YAML }; default value JSON).

Parameters
ParameterorderId (optional)
Typestring
DescriptionThe order identifier for user reference (mandatory if not read from file).

Parameterattribute (optional, repeatable)
Typestring
DescriptionAn order attribute to update in the form "=", overrides values given in the order definition file.


Commandupdate
DescriptionUpdate a processing order (only allowed in status Initial).
Subcommands
Options
Optionfile
Short formf
Typestring
DescriptionPath to file to read the order definition from.

Optionformat
Typestring
DescriptionThe file format (one of { JSON, XML, YAML }; default value JSON).

Optiondelete-attributes
Typeboolean
DescriptionDelete non-mandatory attributes not given in the order definition file and/or the command parameters.

Parameters
ParameterorderId (optional)
Typestring
DescriptionThe order identifier for user reference (mandatory if not read from file).

Parameterattribute (optional, repeatable)
Typestring
DescriptionAn order attribute to update in the form "=", overrides values given in the order definition file.


Commandapprove
DescriptionApprove the named processing order for planning (must be in status Initial, new status is Approved).
Subcommands
Options
Parameters
ParameterorderId
Typestring
DescriptionThe order identifier.


Commandplan
DescriptionPlan the jobs for the named processing order (must be in status Approved, new status is Planned).
Subcommands
Options
Optionformat
Typestring
DescriptionThe output format for the resulting job list (one of { NONE, PLAIN, JSON, XML, YAML }; default value PLAIN), NONE suppresses result output, PLAIN format gives job and job step identifiers only, the other formats give full output of all planned jobs and job steps (may be very verbose!).

Parameters
ParameterorderId
Typestring
DescriptionThe order identifier.

Parameterfacility
Typestring
DescriptionThe processing facility, on which the order shall be run.


Commandreset
DescriptionReset the named processing order to initial state (must be in status Approved or Planned, new status is Initial).
Subcommands
Options
Parameters
ParameterorderId
Typestring
DescriptionThe order identifier.


Commandrelease
DescriptionRelease the jobs of the named processing order for processing (must be in status Planned, new status is Released; order status will change to Running, when execution of the first job step starts; when all job steps are finished, the status will change again to Completed, if all job steps finished successfully, or Failed, if at least one job step failed).
Subcommands
Options
Parameters
ParameterorderId
Typestring
DescriptionThe order identifier.


Commandsuspend
DescriptionSuspend starting of further jobs for the named processing order (must be in status Released or Running, new status is Suspending, then Planned, when all running job steps are finished).
Subcommands
Options
Optionforce
Short formF
Typeboolean
DescriptionForce the suspend by immediately terminating all running job steps.

Parameters
ParameterorderId
Typestring
DescriptionThe order identifier.


Commandresume
DescriptionResume starting of jobs for the named processing order after suspend (order must be in status Planned, new status is Released [actually the same command as "release"]).
Subcommands
Options
Parameters
ParameterorderId
Typestring
DescriptionThe order identifier.


Commandcancel
DescriptionCancel the named processing order (remaining jobs are not executed, order state changes to Failed; order must be in status Planned, i. e. it may be necessary to issue a "suspend" command first).
Subcommands
Options
Parameters
ParameterorderId
Typestring
DescriptionThe order identifier.


Commandretry
DescriptionRetry the named processing order (failed job steps and jobs are set to status Initial, the order itself is set to status Planned, order must be in status Failed).
Subcommands
Options
Parameters
ParameterorderId
Typestring
DescriptionThe order identifier.


Commandclose
DescriptionClose the named processing order (must be in status Completed or Failed, new status is Closed).
Subcommands
Options
Parameters
ParameterorderId
Typestring
DescriptionThe order identifier.


Commanddelete
DescriptionDelete the named processing order (only allowed in status Initial or Closed).
Subcommands
Options
Parameters
ParameterorderId
Typestring
DescriptionThe order identifier.


Options
Parameters

Commandjob
DescriptionCommands for managing jobs; some commands can only be issued, if the job is in the correct status. Job status sequence is Initial - Released - Started - Completed/Failed. Additionally a job may be in status "On Hold" after issuing a "suspend" command, until all running job steps are finished..
Subcommands
Commandshow
DescriptionLists jobs for an order, optionally restricted to a specific job state.
Subcommands
Options
Optionformat
Typestring
DescriptionThe output format (one of { JSON, XML, YAML }; default value YAML [human readable]).

Optionverbose
Short formv
Typeboolean
DescriptionIf set, give job details including job steps, otherwise show only job database ID, start/stop times and state.

Parameters
ParameterorderId
Typestring
DescriptionThe order identifier.

ParameterjobState (optional)
Typestring
DescriptionThe job state (one of { INITIAL, RELEASED, STARTED, ON_HOLD, COMPLETED, FAILED }).


Commandsuspend
DescriptionSuspend starting of further job steps for the named job (must be in status Released or Started, new status is On Hold, then Initial, when all running job steps are finished).
Subcommands
Options
Optionforce
Short formF
Typeboolean
DescriptionForce the suspend by immediately terminating all running job steps.

Parameters
ParameterjobId
Typeinteger
DescriptionThe persistent database ID of the job.


Commandresume
DescriptionResume starting of job steps for the named job after suspend (job must be in status Initial, new status is Released).
Subcommands
Options
Parameters
ParameterjobId
Typeinteger
DescriptionThe persistent database ID of the job.


Commandcancel
DescriptionCancel the named job (remaining job steps are not executed, job state changes to Failed; job must be in status Initial, i. e. it may be necessary to issue a "suspend" command first).
Subcommands
Options
Parameters
ParameterjobId
Typeinteger
DescriptionThe persistent database ID of the job.


Commandretry
DescriptionRetry the named job (failed job steps and the job itself are set to status Initial, job must be in status Failed).
Subcommands
Options
Parameters
ParameterjobId
Typeinteger
DescriptionThe persistent database ID of the job.


Commandstep
DescriptionCommands for managing job steps; some commands can only be issued, if the job step is in the correct status. Job step status sequence is Initial - [Waiting Input -] Ready - Running - Completed/Failed..
Subcommands
Commandshow
DescriptionLists job steps for a job, optionally restricted to a specific job step state.
Subcommands
Options
Optionformat
Typestring
DescriptionThe output format (one of { JSON, XML, YAML }; default value YAML [human readable]).

Optionverbose
Short formv
Typeboolean
DescriptionIf set, give job step details, otherwise show only job step database ID, output product class and state.

Parameters
ParameterjobId
Typeinteger
DescriptionThe persistent database ID of the job.

ParameterjobStepState (optional)
Typestring
DescriptionThe job step state (one of { INITIAL, WAITING_INPUT, READY, RUNNING, COMPLETED, FAILED }).


Commandsuspend
DescriptionSuspend the named job step (must be in status Ready or Running).
Subcommands
Options
Optionforce
Short formF
Typeboolean
DescriptionForce the suspend by immediately terminating the job step, if it is already running.

Parameters
ParameterjobStepId
Typeinteger
DescriptionThe persistent database ID of the job step.


Commandresume
DescriptionResume a previously suspended job step (job step must be in status Initial, new status is Waiting Input or Ready).
Subcommands
Options
Parameters
ParameterjobStepId
Typeinteger
DescriptionThe persistent database ID of the job step.


Commandcancel
DescriptionCancel the named job step (job step state changes to Failed; job step must be in status Initial or Running, i. e. it may be necessary to issue a "suspend" command first).
Subcommands
Options
Parameters
ParameterjobStepId
Typeinteger
DescriptionThe persistent database ID of the job step.


Commandretry
DescriptionRetry the named job step (job step state changes to Initial, job step must be in status Failed).
Subcommands
Options
Parameters
ParameterjobStepId
Typeinteger
DescriptionThe persistent database ID of the job step.


Options
Parameters

Options
Parameters

Commandprocessor
DescriptionCommands for managing processor classes, processors, configurations and configured processors.
Subcommands
Commandclass
DescriptionCommands for managing processor classes.
Subcommands
Commandshow
DescriptionShow all processor classes for the current mission and optionally a given class name.
Subcommands
Options
Optionformat
Typestring
DescriptionThe output format (one of { JSON, XML, YAML }; default value YAML [human readable]).

Optionverbose
Short formv
Typeboolean
DescriptionIf set, give processor class details , otherwise show only processor class name.

Parameters
ParameterprocessorClass (optional)
Typestring
DescriptionThe name of the processor class to show.


Commandcreate
DescriptionCreate a new processor class for the current mission; the user will be prompted for mandatory attributes not given on the command line.
Subcommands
Options
Optionfile
Short formf
Typestring
DescriptionPath to file to read the processor class definition from.

Optionformat
Typestring
DescriptionThe file format (one of { JSON, XML, YAML }; default value JSON).

Parameters
ParameterprocessorClass (optional)
Typestring
DescriptionThe name of the processor class to create (mandatory if not read from file).

Parameterattribute (optional, repeatable)
Typestring
DescriptionA processor class attribute to set in the form "=".


Commandupdate
DescriptionUpdate a processor class for the current mission; the user will be prompted for mandatory attributes not given on the command line.
Subcommands
Options
Optionfile
Short formf
Typestring
DescriptionPath to file to read the processor class definition from.

Optionformat
Typestring
DescriptionThe file format (one of { JSON, XML, YAML }; default value JSON).

Parameters
ParameterprocessorClass (optional)
Typestring
DescriptionThe name of the processor classes to update (mandatory if not read from file).

Parameterattribute (optional, repeatable)
Typestring
DescriptionA processor class attribute to set in the form "=".


Commanddelete
DescriptionRemove the named processor class from the current mission.
Subcommands
Options
Parameters
ParameterprocessorClass
Typestring
DescriptionThe name of the processor classes to update (mandatory if not read from file).


Options
Parameters

Commandshow
DescriptionShow all processor versions for the current mission or only the selected ones.
Subcommands
Options
Optionformat
Typestring
DescriptionThe output format (one of { JSON, XML, YAML }; default value YAML [human readable]).

Optionverbose
Short formv
Typeboolean
DescriptionIf set, give processor details, otherwise show only processor class name and processor version.

Parameters
ParameterprocessorClass (optional)
Typestring
DescriptionThe class name of the processor to show.

ParameterprocessorVersion (optional)
Typestring
DescriptionThe version of the processor to show.


Commandcreate
DescriptionCreate a new processor version for the current mission; the user will be prompted for mandatory attributes not given on the command line.
Subcommands
Options
Optionfile
Short formf
Typestring
DescriptionPath to file to read the processor version definition from.

Optionformat
Typestring
DescriptionThe file format (one of { JSON, XML, YAML }; default value JSON).

Parameters
ParameterprocessorClass (optional)
Typestring
DescriptionThe class name of the processor to create (mandatory if not read from file).

ParameterprocessorVersion (optional)
Typestring
DescriptionThe version of the processor to create (mandatory if not read from file).

Parameterattribute (optional, repeatable)
Typestring
DescriptionA processor attribute to set in the form "=".


Commandupdate
DescriptionUpdate a processor version for the current mission; the user will be prompted for mandatory attributes not given on the command line.
Subcommands
Options
Optionfile
Short formf
Typestring
DescriptionPath to file to read the processor version definition from.

Optionformat
Typestring
DescriptionThe file format (one of { JSON, XML, YAML }; default value JSON).

Optiondelete-attributes
Typeboolean
DescriptionDelete non-mandatory attributes not given in the order definition file and/or the command parameters.

Parameters
ParameterprocessorClass (optional)
Typestring
DescriptionThe class name of the processor to update (mandatory if not read from file).

ParameterprocessorVersion (optional)
Typestring
DescriptionThe version of the processor to update (mandatory if not read from file).

Parameterattribute (optional, repeatable)
Typestring
DescriptionA processor attribute to set in the form "=".


Commanddelete
DescriptionDelete a processor version from the current mission.
Subcommands
Options
Parameters
ParameterprocessorClass
Typestring
DescriptionThe class name of the processor to delete.

ParameterprocessorVersion
Typestring
DescriptionThe version of the processor to delete.


Commandconfiguration
DescriptionCommands to manage configured processors (combinations of processor versions and processor class configurations).
Subcommands
Commandshow
DescriptionShow all configured processors for the current mission or only the one identified.
Subcommands
Options
Optionformat
Typestring
DescriptionThe output format (one of { JSON, XML, YAML }; default value YAML [human readable]).

Optionverbose
Short formv
Typeboolean
DescriptionIf set, give configured processor details, otherwise show only identifier, UUID and and key data for linked processor and configuration.

Parameters
ParameterconfiguredProcessorIdentifier (optional)
Typestring
DescriptionThe identifier of the configured processor.


Commandcreate
DescriptionCreate a new configured processor by combining a processor version and a (processor class) configuration; the user will be prompted for mandatory attributes not given on the command line.
Subcommands
Options
Optionfile
Short formf
Typestring
DescriptionPath to file to read the configured processor definition from.

Optionformat
Typestring
DescriptionThe file format (one of { JSON, XML, YAML }; default value JSON).

Parameters
ParameterconfiguredProcessorIdentifier (optional)
Typestring
DescriptionThe identifier of the configured processor.

ParameterprocessorClass (optional)
Typestring
DescriptionThe class name of the processor (mandatory if not read from file).

ParameterprocessorVersion (optional)
Typestring
DescriptionThe version of the processor (mandatory if not read from file).

ParameterconfigurationVersion (optional)
Typestring
DescriptionThe version of the processor class configuration (mandatory if not read from file).

Parameterattribute (optional, repeatable)
Typestring
DescriptionA configured processor attribute to set in the form "=".


Commandupdate
DescriptionUpdate a configured processor; the user will be prompted for mandatory attributes not given on the command line.
Subcommands
Options
Optionfile
Short formf
Typestring
DescriptionPath to file to read the configured processor definition from.

Optionformat
Typestring
DescriptionThe file format (one of { JSON, XML, YAML }; default value JSON).

Parameters
ParameterconfiguredProcessorIdentifier (optional)
Typestring
DescriptionThe identifier of the configured processor (mandatory if not read from file).

Parameterattribute (optional, repeatable)
Typestring
DescriptionA configured processor attribute to set in the form "=".


Commanddelete
DescriptionDelete a configured processor.
Subcommands
Options
Parameters
ParameterconfiguredProcessorIdentifier
Typestring
DescriptionThe identifier of the configured processor to delete.


Options
Parameters

Options
Parameters

Commandconfiguration
DescriptionCommands for managing configurations of a specific processor class.
Subcommands
Commandshow
DescriptionShow all configurations for the current mission and optionally the given processor class and configuration version.
Subcommands
Options
Optionformat
Typestring
DescriptionThe output format (one of { JSON, XML, YAML }; default value YAML [human readable]).

Optionverbose
Short formv
Typeboolean
DescriptionIf set, give configuration details, otherwise show only processor class name and configuration version.

Parameters
ParameterprocessorClass (optional)
Typestring
DescriptionThe name of the processor class for the configurations.

ParameterconfigurationVersion (optional)
Typestring
DescriptionThe configuration versions to show.


Commandcreate
DescriptionCreate a new configuration for the given processor class in the current mission; the user will be prompted for mandatory attributes not given on the command line.
Subcommands
Options
Optionfile
Short formf
Typestring
DescriptionPath to file to read the configuration definition from.

Optionformat
Typestring
DescriptionThe file format (one of { JSON, XML, YAML }; default value JSON).

Parameters
ParameterprocessorClass (optional)
Typestring
DescriptionThe name of the processor class (mandatory if not read from file).

ParameterconfigurationVersion (optional)
Typestring
DescriptionThe version of the configuration to create (mandatory if not read from file).

Parameterattribute (optional, repeatable)
Typestring
DescriptionA configuration attribute to set in the form "=".


Commandupdate
DescriptionUpdate a configuration for the given processor class in the current mission; the user will be prompted for mandatory attributes not given on the command line.
Subcommands
Options
Optionfile
Short formf
Typestring
DescriptionPath to file to read the configuration definition from.

Optionformat
Typestring
DescriptionThe file format (one of { JSON, XML, YAML }; default value JSON).

Optiondelete-attributes
Typeboolean
DescriptionDelete non-mandatory attributes not given in the order definition file and/or the command parameters.

Parameters
ParameterprocessorClass (optional)
Typestring
DescriptionThe name of the processor class (mandatory if not read from file).

ParameterconfigurationVersion (optional)
Typestring
DescriptionThe version of the configuration to update (mandatory if not read from file).

Parameterattribute (optional, repeatable)
Typestring
DescriptionA configuration attribute to set in the form "=".


Commanddelete
DescriptionRemove a configuration from the given processor class in the current mission.
Subcommands
Options
Parameters
ParameterprocessorClass
Typestring
DescriptionThe name of the processor class.

ParameterconfigurationVersion
Typestring
DescriptionThe version of the configuration to delete.


Options
Parameters

Commandworkflow
DescriptionCommands for managing workflows.
Subcommands
Commandshow
DescriptionShow all workflows for the current mission or only the selected ones.
Subcommands
Options
Optionformat
Typestring
DescriptionThe output format (one of { JSON, XML, YAML }; default value YAML [human readable]).

Optionverbose
Short formv
Typeboolean
DescriptionIf set, give workflow details, otherwise show only workflow name and workflow version.

Optioninput-product-class
Typestring
DescriptionThe input product class of the workflow to show.

Parameters
Parametername (optional)
Typestring
DescriptionThe name of the workflow to show.

ParameterworkflowVersion (optional)
Typestring
DescriptionThe version of the workflow to show.


Commandcreate
DescriptionCreate a new workflow for the current mission; the user will be prompted for mandatory attributes not given on the command line.
Subcommands
Options
Optionfile
Short formf
Typestring
DescriptionPath to file to read the workflow definition from.

Optionformat
Typestring
DescriptionThe file format (one of { JSON, XML, YAML }; default value JSON).

Parameters
Parametername (optional)
Typestring
DescriptionThe name of the workflow to create (mandatory if not read from file).

ParameterworkflowVersion (optional)
Typestring
DescriptionThe version of the workflow to create (mandatory if not read from file).

Parameterattribute (optional, repeatable)
Typestring
DescriptionA workflow attribute to set in the form "=".


Commandupdate
DescriptionUpdate a workflow for the current mission; the user will be prompted for mandatory attributes not given on the command line.
Subcommands
Options
Optionfile
Short formf
Typestring
DescriptionPath to file to read the workflow definition from.

Optionformat
Typestring
DescriptionThe file format (one of { JSON, XML, YAML }; default value JSON).

Optiondelete-attributes
Typeboolean
DescriptionDelete non-mandatory attributes not given in the workflow definition file and/or the command parameters.

Parameters
Parametername (optional)
Typestring
DescriptionThe name of the workflow to update (mandatory if not read from file).

ParameterworkflowVersion (optional)
Typestring
DescriptionThe version of the workflow to update (mandatory if not read from file).

Parameterattribute (optional, repeatable)
Typestring
DescriptionA workflow attribute to set in the form "=".


Commanddelete
DescriptionDelete a workflow from the current mission.
Subcommands
Options
Parameters
ParameterworkflowClass
Typestring
DescriptionThe name of the workflow to delete.

ParameterworkflowVersion
Typestring
DescriptionThe version of the workflow to delete.


Options
Parameters

Commandproductclass
DescriptionCommands for managing product classes.
Subcommands
Commandshow
DescriptionShow all product classes for the current mission or only the selected ones.
Subcommands
Options
Optionformat
Typestring
DescriptionThe output format (one of { JSON, XML, YAML }; default value YAML [human readable]).

Optionverbose
Short formv
Typeboolean
DescriptionIf set, give product class details, otherwise show only product class name.

Parameters
ParameterproductClass (optional)
Typestring
DescriptionThe name of the product class to show.


Commandcreate
DescriptionCreate a new product class for the current mission; the user will be prompted for mandatory attributes not given on the command line.
Subcommands
Options
Optionfile
Short formf
Typestring
DescriptionPath to file to read the product class definition from.

Optionformat
Typestring
DescriptionThe file format (one of { JSON, XML, YAML }; default value JSON).

Parameters
ParameterproductClass (optional)
Typestring
DescriptionThe name of the product class name to create (mandatory if not read from file).

Parameterattribute (optional, repeatable)
Typestring
DescriptionA product class attribute to set in the form "=".


Commandupdate
DescriptionUpdate a product class for the current mission; the user will be prompted for mandatory attributes not given on the command line.
Subcommands
Options
Optionfile
Short formf
Typestring
DescriptionPath to file to read the product class definition from.

Optionformat
Typestring
DescriptionThe file format (one of { JSON, XML, YAML }; default value JSON).

Optiondelete-attributes
Typeboolean
DescriptionDelete non-mandatory attributes not given in the product class definition file and/or the command parameters.

Parameters
ParameterproductClass (optional)
Typestring
DescriptionThe name of the product class name to update (mandatory if not read from file).

Parameterattribute (optional, repeatable)
Typestring
DescriptionA product class attribute to set in the form "=".


Commanddelete
DescriptionDelete the named product class from the current mission.
Subcommands
Options
Parameters
ParameterproductClass
Typestring
DescriptionThe name of the product class to delete.


Commandrule
DescriptionCommands for managing selection rules.
Subcommands
Commandshow
DescriptionShow all selection rules for the current mission and the given target and source product classes.
Subcommands
Options
Optionformat
Typestring
DescriptionThe output format (one of { PLAIN, JSON, XML, YAML }; default value PLAIN [rule language])..

Optionverbose
Short formv
Typeboolean
DescriptionIf set, give rule details including job steps, otherwise show rule as in PLAIN format.

Parameters
ParametertargetProductClass
Typestring
DescriptionThe product class using the selection rules.

ParametersourceProductClass (optional)
Typestring
DescriptionThe product class requested by the selection rules.


Commandcreate
DescriptionCreate a new selection rule for the given target product class; the user will be prompted for mandatory attributes not given on the command line. If no file name is given, the user will be prompted to enter the selection rule in Rule Language..
Subcommands
Options
Optionfile
Short formf
Typestring
DescriptionPath to file to read the selection rule definition from.

Optionformat
Typestring
DescriptionThe file format (one of { PLAIN, JSON, XML, YAML }; default value JSON, or PLAIN if no input file is given).

Parameters
ParametertargetProductClass (optional)
Typestring
DescriptionThe target product class name (mandatory if not read from file).

Parameterattribute (optional, repeatable)
Typestring
DescriptionA selection rule attribute to set in the form "=".


Commandupdate
DescriptionUpdate a selection rule for the given target class and configured processor; the user will be prompted for mandatory attributes not given on the command line. If no file name is given, the user will be prompted to enter the selection rule in Rule Language. If multiple rules exist for the target product class, the user will be prompted to select the rule to apply the update to..
Subcommands
Options
Optionfile
Short formf
Typestring
DescriptionPath to file to read the selection rule definition from.

Optionformat
Typestring
DescriptionThe file format (one of { PLAIN, JSON, XML, YAML }; default value JSON, or PLAIN if no input file is given).

Optiondelete-attributes
Typeboolean
DescriptionDelete non-mandatory attributes not given in the selection rule definition file and/or the command parameters.

Parameters
ParametertargetProductClass (optional)
Typestring
DescriptionThe target product class name (mandatory if not read from file).

Parameterattribute (optional, repeatable)
Typestring
DescriptionA selection rule attribute to set in the form "=".


Commanddelete
DescriptionDelete the selection rule(s) for the given target class.
Subcommands
Options
Parameters
ParametertargetProductClass
Typestring
DescriptionThe product class name of the selection rule.

ParameterruleId
Typestring
DescriptionThe database ID of the selection rule to delete.


Options
Parameters

Options
Parameters

Commandproduct
DescriptionCommands for managing products.
Subcommands
Commandshow
DescriptionShow products for a mission and product class, optionally restricted to a given time range.
Subcommands
Options
Optionfrom
Typedatetime
DescriptionLower bound of sensing start time (rounded down to next full second).

Optionto
Typedatetime
DescriptionUpper bound of sensing start time (rounded up to next full second).

Optionformat
Typestring
DescriptionThe output format (one of { JSON, XML, YAML }; default value YAML [human readable]).

Optionverbose
Short formv
Typeboolean
DescriptionIf set, give product details, otherwise show database ID, UUID and validity period only (verbose is assumed if product database ID is given as parameter).

Parameters
ParameterproductClass (repeatable)
Typestring
DescriptionThe name of the product class to show.

Parameterid (optional)
Typeinteger
DescriptionThe database ID of the product to show (overrides "from" and "to" parameters).


Commandcreate
DescriptionCreate a new product for the given product class in the current mission; the user will be prompted for mandatory attributes not given on the command line.
Subcommands
Options
Optionfile
Short formf
Typestring
DescriptionPath to file to read the product definition from.

Optionformat
Typestring
DescriptionThe file format (one of { JSON, XML, YAML }; default value JSON).

Parameters
ParameterproductClass (optional)
Typestring
DescriptionThe class name of the product to create (mandatory if not read from file).

Parameterattribute (optional, repeatable)
Typestring
DescriptionA product attribute to set in the form "=".


Commandupdate
DescriptionUpdate a product for the given product class in the current mission; the user will be prompted for mandatory attributes not given on the command line.
Subcommands
Options
Optionfile
Short formf
Typestring
DescriptionPath to file to read the product definition from.

Optionformat
Typestring
DescriptionThe file format (one of { JSON, XML, YAML }; default value JSON).

Optiondelete-attributes
Typeboolean
DescriptionDelete non-mandatory attributes not given in the product definition file and/or the command parameters.

Parameters
Parameterid (optional)
Typeinteger
DescriptionThe database ID of the product to update (mandatory if not read from file).

Parameterattribute (optional, repeatable)
Typestring
DescriptionA product attribute to set in the form "=".


Commanddelete
DescriptionDelete the product with the given database ID.
Subcommands
Options
Parameters
Parameterid
Typeinteger
DescriptionThe database ID of the product to delete.


Commandfile
DescriptionCommands for managing individual product files at a processing facility.
Subcommands
Commandshow
DescriptionShow the product files for a given product, optionally restricted to a processing facility.
Subcommands
Options
Optionformat
Typestring
DescriptionThe output format (one of { JSON, XML, YAML }; default value YAML [human readable]).

Optionverbose
Short formv
Typeboolean
DescriptionIf set, give product file details, otherwise show processing facility and product filenames only (setting processing facility parameter implies verbose).

Parameters
ParameterproductId
Typeinteger
DescriptionThe database ID of the product, to which the product files belong.

ParameterprocessingFacility (optional)
Typestring
DescriptionThe processing facility, at which a product file is stored.


Commanddelete
DescriptionDelete a product file for a given product and processing facility.
Subcommands
Options
OptionnoErase
Short formn
Typeboolean
DescriptionDo not erase the data file(s) from the storage area, e. g. if they are read-only (default "false").

Parameters
ParameterproductId
Typeinteger
DescriptionThe database ID of the product, to which the product files belong.

ParameterprocessingFacility
Typestring
DescriptionThe processing facility, at which the product file is stored.


Options
Parameters

Options
Parameters

Commandingest
DescriptionIngest all products into the storage manager of the given processing facility.
Subcommands
Options
Optionfile
Short formf
Typestring
DescriptionPath to file to read the ingested products from (mandatory).

Optionformat
Typestring
DescriptionThe file format (one of { JSON, XML, YAML }; default value JSON).

OptionnoCopy
Short formn
Typeboolean
DescriptionIf set, files will not be copied to a new location, if source and target storage types are equal.

Parameters
ParameterprocessingFacility
Typestring
DescriptionThe name of the facility to ingest the products to.


Commanduser
DescriptionCommands for managing users (note that user names are stored with a mission prefix in the user database, but the mission prefix is not used in the command-line interface).
Subcommands
Commandshow
DescriptionShow user accounts for the current mission.
Subcommands
Options
Optionformat
Typestring
DescriptionThe output format (one of { JSON, XML, YAML }; default value YAML [human readable]).

Optionverbose
Short formv
Typeboolean
DescriptionIf set, give user details, otherwise show usernames only (setting username parameter implies verbose).

Parameters
ParameteruserName (optional)
Typestring
DescriptionThe name of the user account to show (without mission prefix).


Commandcreate
DescriptionCreate a new user account within the given mission. Unless the --identFile/-i option is given, the user will be prompted for a password (specifying the password in the user account file or on the command line is not supported for security reasons).
Subcommands
Options
Optionfile
Short formf
Typestring
DescriptionPath to file to read the user account definition from.

Optionformat
Typestring
DescriptionThe file format (one of { JSON, XML, YAML }; default value JSON).

Optionmission
Short formm
Typestring
DescriptionThe mission to create the user for (only valid if not yet logged in into a mission; basically intended for creating a single user with "ROLE_USERMGR" for a new mission).

OptionidentFile
Short formi
Typestring
DescriptionPath to a file containing user name (without mission prefix) and password (in two separate lines); the file will only be read, if it is only readable by the current system user (as far as warranted by the operating system) .

Parameters
ParameteruserName (optional)
Typestring
DescriptionThe name of the user account to create (without mission prefix; mandatory if not read from file).

Parameterattribute (optional, repeatable)
Typestring
DescriptionA user attribute to set in the form "=".


Commandupdate
DescriptionUpdate the given user account; the user will be prompted for mandatory attributes not given on the command line. For security reasons, this command does not support changing passwords, please use the "password" command..
Subcommands
Options
Optionfile
Short formf
Typestring
DescriptionPath to file to read the user account definition from.

Optionformat
Typestring
DescriptionThe file format (one of { JSON, XML, YAML }; default value JSON).

Optiondelete-attributes
Typeboolean
DescriptionDelete non-mandatory attributes not given in the user account definition file and/or the command parameters.

Parameters
ParameteruserName (optional)
Typestring
DescriptionThe name of the user account to update (without mission prefix; mandatory if not read from file).

Parameterattribute (optional, repeatable)
Typestring
DescriptionA user account attribute to set in the form "=".


Commanddelete
DescriptionDelete the user account with the given name.
Subcommands
Options
Optionmission
Short formm
Typestring
DescriptionThe mission to delete the user from (only valid if not yet logged in into a mission; basically intended for removing the last user with "ROLE_USERMGR" from a mission before deletion).

Parameters
ParameteruserName
Typestring
DescriptionThe name of the user account to delete (without mission prefix).


Commandenable
DescriptionEnable the user account with the given name.
Subcommands
Options
Parameters
ParameteruserName
Typestring
DescriptionThe name of the user account to enable (without mission prefix).


Commanddisable
DescriptionDisable the user account with the given name.
Subcommands
Options
Parameters
ParameteruserName
Typestring
DescriptionThe name of the user account to disable (without mission prefix).


Commandgrant
DescriptionGrant authorities for the current mission directly to the user (not recommended, use of group authorities recommended).
Subcommands
Options
Parameters
ParameteruserName
Typestring
DescriptionThe name of the user account to grant authorities to (without mission prefix; mandatory if not read from file).

Parameterauthority (repeatable)
Typestring
DescriptionAn authority to grant (multiple authorities allowed).


Commandrevoke
DescriptionRevoke authorities for the current mission from the user (directly granted authorities only).
Subcommands
Options
Parameters
ParameteruserName
Typestring
DescriptionThe name of the user account to revoke authorities from (without mission prefix; mandatory if not read from file).

Parameterauthority (repeatable)
Typestring
DescriptionAn authority to revoke (multiple authorities allowed).


Options
Parameters

Commandpassword
DescriptionInteractively change the password of the logged in user, or of the named user, if executed by a user with user manager permissions .
Subcommands
Options
Parameters
ParameteruserName (optional)
Typestring
DescriptionThe name of the user account to change the password for (default is the logged in user).


Commandgroup
DescriptionCommands for managing groups (note that group names are stored with a mission prefix in the user database, but the mission prefix is not used in the command-line interface).
Subcommands
Commandshow
DescriptionShow user groups for the current mission.
Subcommands
Options
Optionformat
Typestring
DescriptionThe output format (one of { JSON, XML, YAML }; default value YAML [human readable]).

Optionverbose
Short formv
Typeboolean
DescriptionIf set, give user group details, otherwise show group names only (setting group name parameter implies verbose).

Parameters
ParametergroupName (optional)
Typestring
DescriptionThe name of the user group to show (without mission prefix).


Commandcreate
DescriptionCreate a new user group within the given mission.
Subcommands
Options
Optionfile
Short formf
Typestring
DescriptionPath to file to read the user group definition from.

Optionformat
Typestring
DescriptionThe file format (one of { JSON, XML, YAML }; default value JSON).

Parameters
ParametergroupName (optional)
Typestring
DescriptionThe name of the user group to create (without mission prefix; mandatory if not read from file).

Parameterattribute (optional, repeatable)
Typestring
DescriptionA group attribute to set in the form "=".


Commandupdate
DescriptionUpdate the given user group; the user will be prompted for mandatory attributes not given on the command line.
Subcommands
Options
Optionfile
Short formf
Typestring
DescriptionPath to file to read the user group definition from.

Optionformat
Typestring
DescriptionThe file format (one of { JSON, XML, YAML }; default value JSON).

Optiondelete-attributes
Typeboolean
DescriptionDelete non-mandatory attributes not given in the user group definition file and/or the command parameters.

Parameters
ParametergroupName (optional)
Typestring
DescriptionThe name of the user group to update (without mission prefix; mandatory if not read from file).

Parameterattribute (optional, repeatable)
Typestring
DescriptionA user group attribute to set in the form "=".


Commanddelete
DescriptionDelete the group account with the given name.
Subcommands
Options
Parameters
ParametergroupName
Typestring
DescriptionThe name of the user group to delete (without mission prefix).


Commandgrant
DescriptionGrant authorities for the current mission to the user group.
Subcommands
Options
Parameters
ParametergroupName
Typestring
DescriptionThe name of the user group to grant authorities to (without mission prefix).

Parameterauthority (repeatable)
Typestring
DescriptionAn authority to grant (multiple authorities allowed).


Commandrevoke
DescriptionRevoke authorities for the current mission from the user group.
Subcommands
Options
Parameters
ParametergroupName
Typestring
DescriptionThe name of the user group to revoke authorities from (without mission prefix).

Parameterauthority (repeatable)
Typestring
DescriptionAn authority to revoke (multiple authorities allowed).


Commandmembers
DescriptionList the user accounts of a user group (for the current mission only, users may have different group associations in different missions).
Subcommands
Options
Optionformat
Typestring
DescriptionThe output format (one of { JSON, XML, YAML }; default value YAML [human readable]).

Optionverbose
Short formv
Typeboolean
DescriptionIf set, give user details, otherwise show user names only.

Parameters
ParametergroupName
Typestring
DescriptionThe name of the user group to list the users for (without mission prefix).


Commandadd
DescriptionAdd user accounts to the user group (for the current mission only, users may have different group associations in different missions).
Subcommands
Options
Parameters
ParametergroupName
Typestring
DescriptionThe name of the user group to add users to (without mission prefix).

ParameteruserName (repeatable)
Typestring
DescriptionThe name of a user account to add (without mission prefix; multiple user names allowed).


Commandremove
DescriptionRemove user accounts from the user group (for the current mission only).
Subcommands
Options
Parameters
ParametergroupName
Typestring
DescriptionThe name of the user group to remove users from (without mission prefix).

ParameteruserName (repeatable)
Typestring
DescriptionThe name of a user account to add (without mission prefix; multiple user names allowed).


Options
Parameters

Commandfacility
DescriptionCommands for managing processing facilities.
Subcommands
Commandshow
DescriptionShow all processing facilities or a specific one.
Subcommands
Options
Optionformat
Typestring
DescriptionThe output format (one of { JSON, XML, YAML }; default value YAML [human readable]).

Optionverbose
Short formv
Typeboolean
DescriptionIf set, give facility details, otherwise show facility names only (setting facilityName parameter implies verbose).

OptionshowPasswords
Short forms
Typeboolean
DescriptionIf set, show passwords for Processing Facility users, otherwise show placeholder.

Parameters
ParameterfacilityName (optional)
Typestring
DescriptionThe name of the processing facility to show.


Commandcreate
DescriptionCreate a new processing facility; the user will be prompted for mandatory attributes not given on the command line.
Subcommands
Options
Optionfile
Short formf
Typestring
DescriptionPath to file to read the processing facility definition from.

Optionformat
Typestring
DescriptionThe file format (one of { JSON, XML, YAML }; default value JSON).

Parameters
ParameterfacilityName (optional)
Typestring
DescriptionThe name of the facility to create (mandatory if not read from file).

Parameterattribute (optional, repeatable)
Typestring
DescriptionA facility attribute to set in the form "=".


Commandupdate
DescriptionUpdate a processing facility; the user will be prompted for mandatory attributes not given on the command line.
Subcommands
Options
Optionfile
Short formf
Typestring
DescriptionPath to file to read the processing facility definition from.

Optionformat
Typestring
DescriptionThe file format (one of { JSON, XML, YAML }; default value JSON).

Optiondelete-attributes
Typeboolean
DescriptionDelete non-mandatory attributes not given in the processing facility definition file and/or the command parameters.

Parameters
ParameterfacilityName (optional)
Typestring
DescriptionThe name of the facility to update (mandatory if not read from file).

Parameterattribute (optional, repeatable)
Typestring
DescriptionA facility attribute to set in the form "=".


Commanddelete
DescriptionDelete the processing facility with the given name.
Subcommands
Options
Parameters
ParameterfacilityName
Typestring
DescriptionThe name of the facility to delete.


Options
Parameters

Commandarchive
DescriptionCommands for managing product archive.
Subcommands
Commandshow
DescriptionShow all product archives or a specific one.
Subcommands
Options
Optionformat
Typestring
DescriptionThe output format (one of { JSON, XML, YAML }; default value YAML [human readable]).

Optionverbose
Short formv
Typeboolean
DescriptionIf set, give product archive details, otherwise show product archive names only (setting archiveName parameter implies verbose).

OptionshowPasswords
Short forms
Typeboolean
DescriptionIf set, show passwords for Product Archive users, otherwise show placeholder.

Parameters
ParameterarchiveName (optional)
Typestring
DescriptionThe name of the product archive to show.


Commandcreate
DescriptionCreate a new product archive; the user will be prompted for mandatory attributes not given on the command line.
Subcommands
Options
Optionfile
Short formf
Typestring
DescriptionPath to file to read the product archive definition from.

Optionformat
Typestring
DescriptionThe file format (one of { JSON, XML, YAML }; default value JSON).

Parameters
ParameterarchiveName (optional)
Typestring
DescriptionThe name of the archive to create (mandatory if not read from file).

Parameterattribute (optional, repeatable)
Typestring
DescriptionA archive attribute to set in the form "=".


Commandupdate
DescriptionUpdate a product archive; the user will be prompted for mandatory attributes not given on the command line.
Subcommands
Options
Optionfile
Short formf
Typestring
DescriptionPath to file to read the product archive definition from.

Optionformat
Typestring
DescriptionThe file format (one of { JSON, XML, YAML }; default value JSON).

Optiondelete-attributes
Typeboolean
DescriptionDelete non-mandatory attributes not given in the product archive definition file and/or the command parameters.

Parameters
ParameterarchiveName (optional)
Typestring
DescriptionThe name of the archive to update (mandatory if not read from file).

Parameterattribute (optional, repeatable)
Typestring
DescriptionA archive attribute to set in the form "=".


Commanddelete
DescriptionDelete the product archive with the given name.
Subcommands
Options
Parameters
ParameterarchiveName
Typestring
DescriptionThe name of the archive to delete.


Options
Parameters