ktm products list
List products, optionally filtered by operator
List products, optionally filtered by operator
Usage
ktm products list [flags]
Examples
# List all products for an operator
ktm products list --operator my-operator
# List only active products (table)
ktm products list --operator my-operator --active true -o table
# Filter by product name
ktm products list --operator my-operator --name "Web Portal"
Flags
| Flag | Type | Default | Description |
|---|---|---|---|
--active | string | Filter by active status: true or false | |
--name | string | Filter by exact product name match | |
--operator | string | Operator slug (from 'operators list') to scope results |
Details
List products (applications/services) registered on the platform.
Each product belongs to an operator and contains tests and monitors. Use --operator to scope results to a single operator. The product slug (format: "<operator-slug>~<product-name>") is used as --product in tests/monitors commands.
JSON output fields: id, name, slug, short_name, active, operator, has_monitoring, icon_name, groups, environments Table columns: ID, SLUG, NAME, OPERATOR, ACTIVE, MONITORING
Related
Global flags (--output, --debug, --host, …) apply to every command. See the command reference overview.
What's next?
Last updated on