waldur-cli marketplace resource get
Get marketplace resources (provision/terminate any offering).
Usage
| waldur-cli marketplace resource get <UUID> [OPTIONS]
|
| Flag |
Type |
Description |
<UUID> |
positional, required |
uuid of the resource. |
--web |
flag |
Open this resource's page in Waldur's web UI (HomePort) instead of printing it. |
--format FORMAT |
string |
table, json, tsv, toon, or ndjson. |
Examples
| waldur-cli marketplace resource get <uuid> --format json
|
Open it in the browser instead:
| waldur-cli marketplace resource get <uuid> --web
|
Global options
Every command also accepts --api-url, --token, --profile, --format, and --debug; mutating commands additionally accept --dry-run. See Getting started for what each does.