Skip to main content

cleo export-tasks

Export tasks to portable JSON package for cross-project transfer

Synopsis

cleo export-tasks [OPTIONS]

Options

OptionDescription
--formatOutput format: text, json
--outputOutput file path
--subtreeInclude entire subtree
--filterFilter expression
--include-depsInclude dependencies
--dry-runPreview changes without applying
--interactiveInteractive mode
This command supports JSON output via --json flag for LLM agent integration.

Examples

cleo export-tasks

Exit Codes

CodeMeaningRecoverable
0SuccessNo
2Invalid argumentsNo
3File operation failureNo
4Resource not foundNo

See Also