Appearance
systemslab context show
| Description | Show details about a context. |
|---|---|
| Usage | systemslab context show <UUID> |
Description
The systemslab context show command displays detailed information about a context, including its name, state, status, and timestamps.
It also shows a table of experiments attached to the context, along with their individual states and tags.
Options
| Option | Default | Description |
|---|---|---|
<UUID> | The context ID. |
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. |