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

ArgumentRequired
idYes

Flags

FlagTypeDefaultDescription
--descriptionstringNew description
--namestringNew name
--test-liststringJSON 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).

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