cleo reopen
Aliases: restore-done
Restore completed tasks back to pending status with audit trail
Synopsis
cleo reopen TASK_ID [OPTIONS]
Options
| Option | Description |
|---|
--reason | Reason for operation (often required) |
--status | Filter by status |
--dry-run | Preview changes without applying |
--format | Output format: text, json |
--human | Force human-readable output |
--json | Force JSON output |
--quiet | Suppress output, return only essential data |
This command supports JSON output via --json flag for LLM agent integration.
Examples
Exit Codes
| Code | Meaning | Recoverable |
|---|
0 | Success | No |
2 | Invalid arguments | No |
4 | Resource not found | No |
6 | Validation error | No |
102 | No change needed | No |
See Also