ktm test-campaigns list

List Tests campaigns

List Tests campaigns

Usage

ktm test-campaigns list [flags]

Examples

ktm test-campaigns list --product acme~web
ktm test-campaigns list --product acme~web --creator john.doe
ktm test-campaigns list --ids 10,11,12 -o json

Flags

FlagTypeDefaultDescription
--creatorstringFilter by creator user id(s), comma-separated
--idsstringComma-separated Tests campaign ids
--pageintPage number
--page-sizeint50Items per page
--productstringFilter by product slug or short_name

Details

List Tests campaigns accessible with the current API key.

Filter with --product to scope to one product, --creator to a specific user, or --ids for an explicit comma-separated list of Tests campaign ids. Combine as needed.

To run one: 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