Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.cloud.red/llms.txt

Use this file to discover all available pages before exploring further.

Some crcli operations (like file pushes to large device groups) run as background tasks. Use tasks commands to check their status.

tasks get

Get the status of a task by ID.
crcli tasks get <task-id>

tasks watch

Poll a task until it completes, printing status updates.
crcli tasks watch <task-id>
Exits automatically when the task reaches a terminal state (completed, failed, or cancelled).