Appearance
systemslab experiment show
| Description | Show details about an experiment. |
|---|---|
| Usage | systemslab experiment show [OPTIONS] <UUID> |
Description
The systemslab experiment show command displays details about an experiment, including its name, state, timestamps, and a table of jobs with their current run states.
Options
| Option | Default | Description |
|---|---|---|
<UUID> | The experiment ID. | |
--run <RUN> | Show a specific run of the experiment. If not specified then the latest run will be shown. |
Common Options
| Option | Default | Description |
|---|---|---|
--systemslab-url | The URL at which to access the systemslab server. | |
--color | auto | Controls when color is used in the output. Possible values are auto, always, and never. |
--output-format | long | Output format to use when outputting messages. long will result output designed to be human-readable while short is short output meant to be used within scripts. |
Environment Variables
| Variable | Description |
|---|---|
SYSTEMSLAB_URL | Specify the URL used to contact the SystemsLab server. Equivalent to --systemslab-url. |