cu bulk update
cu bulk update
Update multiple tasks
Synopsis
Update multiple tasks at once. Task IDs can be provided as arguments or from stdin.
Examples: # Update status for multiple tasks cu bulk update task1 task2 task3 --status done
# Update priority from a file cat task-ids.txt | cu bulk update --priority high
# Add assignee to multiple tasks cu bulk update task1 task2 --add-assignee @john
Options
--add-assignee strings Add assignees (username or ID)
--dry-run Show what would be updated without making changes
-h, --help help for update
-p, --priority string New task priority (urgent, high, normal, low)
--remove-assignee strings Remove assignees (username or ID)
-s, --status string New task status
--tag strings Replace tags with these tags
-y, --yes Skip confirmation prompt
Options inherited from parent commands
--config string config file (default is $HOME/.config/cu/config.yml)
--debug enable debug mode
-o, --output string output format (table|json|yaml|csv) (default "table")
SEE ALSO
- cu bulk - Perform bulk operations on tasks