cleo export-tasks
Export tasks to portable JSON package for cross-project transfer
Synopsis
cleo export-tasks [OPTIONS]
Options
| Option | Description |
|---|
--format | Output format: text, json |
--output | Output file path |
--subtree | Include entire subtree |
--filter | Filter expression |
--include-deps | Include dependencies |
--dry-run | Preview changes without applying |
--interactive | Interactive mode |
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 |
See Also