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

FlagTypeDefaultDescription
--activestringFilter by active status: true or false
--namestringFilter by exact product name match
--operatorstringOperator 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

Global flags (--output, --debug, --host, …) apply to every command. See the command reference overview.

What's next?

All commands

Browse the full CLI reference.

Get started

Install the CLI and authenticate.

Last updated on