Skip to main content
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).