ktm reusables in-test

List reusables embedded inside a regular test

List reusables embedded inside a regular test

Usage

ktm reusables in-test <test_id> [flags]

Examples

ktm reusables in-test 204
ktm reusables in-test 204 --limit 100

Arguments

ArgumentRequired
test_idYes

Flags

FlagTypeDefaultDescription
--limitintMax entries to expand (default: 50, max: 200)

Details

Inverse of 'usage' — given a regular test id (kind=1), returns the reusables embedded via 'import' actions (the reused_tests array on the full test definition), expanded to {id, name}. Rejects if <test_id> points to a reusable itself.

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