cu export tasks
cu export tasks
Export tasks to file
Synopsis
Export tasks to CSV, JSON, or Markdown format.
Examples: # Export all tasks from a list to CSV cu export tasks --list mylist --format csv --output tasks.csv
# Export tasks with specific status to JSON cu export tasks --list mylist --status open --format json > open-tasks.json
# Generate a Markdown report of high priority tasks cu export tasks --priority high --format markdown --output report.md
Options
--assignee string Filter by assignee
-f, --format string Export format (csv, json, markdown) (default "csv")
-h, --help help for tasks
-l, --list string List ID to export tasks from
-o, --output string Output file (default: stdout)
--priority string Filter by priority
-s, --space string Space ID to export tasks from
--status string Filter by status
Options inherited from parent commands
SEE ALSO
- cu export - Export data to various formats