Skip to main content
The CLI executable names are tekma and capture. The command catalogue is generated from the installed parser. Run:
Use the complete command catalogue when you need every argument, flag, scope and output description.

Capture references

Commands that read a capture accept its UUID or a supported capture URL. Keep workspace IDs explicit for workspace-wide commands such as listing captures, folders or members. A public share token is bounded by its audience and cannot be used for workspace administration.

Output and errors

Interactive commands print a human-readable result. Add --json for machine-readable output; JSON does not turn an error into success. Exit codes distinguish success (0), generic failure (1), usage (2), missing authorization (3), not found (4), validation (5), server failure (6) and rate limiting (7).

Pagination and evidence

List commands return a page and a cursor where supported. Pass the returned --after or command-specific cursor to continue; do not assume a numeric page for every provider. Event, console and network reads are bounded and privacy-filtered. Frame, screenshot and subtitle exports follow the same capture access as their parent capture.

Side effects

Reads such as get diagnosis, get console, get network, get events, get frames and get subtitles do not start processing. Commands such as comment, update capture, send capture, delete capture, record, import and analyze change state or create work; confirm scopes and idempotency behavior before automation.