ktm variables groups list
List variable groups for a product
List variable groups for a product
Usage
ktm variables groups list [flags]
Examples
ktm variables groups list --product acme~web-portal
ktm variables groups list --product acme~web-portal -o table
Flags
| Flag | Type | Default | Description |
|---|---|---|---|
--product | string | Product slug (required) |
Details
List variable groups (environment configurations) for a single product.
The CLI mirrors the web UI's per-product scoping: there is intentionally no operator-wide aggregation — that would surface groups across products the caller may not have UI access to, and the platform's permission gating on cross-product listing isn't independently verified.
Archived groups are filtered out (matching the web UI).
Related
Global flags (--output, --debug, --host, …) apply to every command. See the command reference overview.
What's next?
Last updated on