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
| Flag | Type | Default | Description |
|---|---|---|---|
--creator | string | Filter by creator user id(s), comma-separated | |
--ids | string | Comma-separated Tests campaign ids | |
--page | int | Page number | |
--page-size | int | 50 | Items per page |
--product | string | Filter 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.
Related
Global flags (--output, --debug, --host, …) apply to every command. See the command reference overview.
What's next?
Last updated on