Skip to content

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

cu export tasks [flags]

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

      --config string   config file (default is $HOME/.config/cu/config.yml)
      --debug           enable debug mode

SEE ALSO

Auto generated by spf13/cobra on 29-Jun-2025