gz task start¶
Start or resume a task (pending/blocked to in_progress).
Usage¶
Description¶
Transitions a pending task to in_progress, or resumes a blocked task to
in_progress. Both transitions emit a task_started ledger event. Invalid
transitions (e.g., starting a completed task) fail with exit code 1.
Flags¶
| Flag | Description |
|---|---|
--json |
Machine-readable JSON output |
Exit Codes¶
| Code | Meaning |
|---|---|
| 0 | Success |
| 1 | Invalid transition or user error |