cleo import-tasks
Import tasks from export package with ID remapping and conflict resolution
Synopsis
cleo import-tasks [OPTIONS]
Options
| Option | Description |
|---|
--format | Output format: text, json |
--dry-run | Preview changes without applying |
--parent | Filter by parent task ID |
--on-duplicate | Handle duplicate entries |
--on-missing-dep | Handle missing dependencies |
--on-phase-mismatch | Handle phase mismatches |
--add-label | Add label to imported tasks |
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 |
3 | File operation failure | No |
4 | Resource not found | No |
6 | Validation error | No |
See Also