ktm test-campaigns get

Fetch a single Tests campaign with its full test_list

Fetch a single Tests campaign with its full test_list

Usage

ktm test-campaigns get <id> [flags]

Examples

ktm test-campaigns get 42
ktm test-campaigns get 42 -o json | jq '.test_list[].name'

Arguments

ArgumentRequired
idYes

Details

Returns the full Tests campaign shape, including the ordered test_list. Each entry is {position, test (id), name, owners, input_variables} — owners and input_variables are per-campaign overrides applied only during execution.

To run it: ktm ci build --test-campaign <id> | ktm ci run --stdin.

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