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
| Argument | Required |
|---|---|
id | Yes |
Flags
| Flag | Type | Default | Description |
|---|---|---|---|
--limit | int | Max 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.
Related
Global flags (--output, --debug, --host, …) apply to every command. See the command reference overview.
What's next?
Last updated on