ktm test-campaigns update
Partial-update a Tests campaign (PATCH)
Partial-update a Tests campaign (PATCH)
Usage
ktm test-campaigns update <id> [flags]
Examples
ktm test-campaigns update 42 --name "Regression v2"
ktm test-campaigns update 42 --test-list @newlist.json
Arguments
| Argument | Required |
|---|---|
id | Yes |
Flags
| Flag | Type | Default | Description |
|---|---|---|---|
--description | string | New description | |
--name | string | New name | |
--test-list | string | JSON file (or '-') replacing the current test_list |
Details
Apply a partial update. Any combination of --name, --description, or --test-list is allowed. If --test-list is given it fully replaces the current test_list (existing entries are replaced).
Related
Global flags (--output, --debug, --host, …) apply to every command. See the command reference overview.
What's next?
Last updated on