ktm reusables usage

List tests that embed this reusable

List tests that embed this reusable

Usage

ktm reusables usage <id> [flags]

Examples

ktm reusables usage 117
ktm reusables usage 117 --limit 200 -o json | jq '.entries'

Arguments

ArgumentRequired
idYes

Flags

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

Details

Reads the reusable's reused_by array (an array of test ids), then expands each id into {id, name} via a per-id GET. Capped at 50 entries by default (max 200) to bound latency. Reject if <id> is a regular test; use 'ktm reusables in-test' for the inverse direction.

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