Skip to main content

api

Same profile, redaction, retries, and output handling as the generated commands. Use it for endpoints newer than the CLI’s embedded spec. The /api/v1 prefix is optional and never doubled. Destructive paths are confirmation-gated here too.

alias

An alias expands in place, so any flags after it pass through.

seed and fixtures

seed demo prefixes everything it creates (demo by default) so the data is easy to find and delete. fixtures run executes ordered API steps from YAML: ${var} interpolation, capture to lift a value from one response into the next. Give events a transaction_id so a re-run does not double count. --dry-run prints every request and sends none.

logs tail

Filters are --method (repeatable), --status (a code or a class such as 4xx, repeatable), --resource (path prefix), and --interval.