maton google-tasks task update
Update a task (partial update)
maton google-tasks task update <task-id> [flags]
Options
-
--connection <string> - Connection ID to route through (Maton-Connection header)
-
--dry-run - Print the request that would be sent without executing it
-
--due <string> - New due date (YYYY-MM-DD or RFC 3339)
-
--format <string> - Output format: 'json' (default) or 'text' on supported commands
-q,--jq <expression>- Filter JSON output using a jq expression
-l,--list <string>- Task list ID (required)
-
--notes <string> - New notes/description
-
--paginate - Follow next_cursor and concatenate all pages (list commands only)
-
--status <string> - Status: needsAction or completed
-
--template <string> - Format JSON output using a Go template; see "maton help formatting"
-
--title <string> - New title
Options inherited from parent commands
-p,--profile <string>- Profile to use for this invocation (overrides the active profile; also reads MATON_PROFILE)
Examples
$ maton google-tasks task update OTQyNzc -l MTYxNzM4 --title 'New title'
$ maton google-tasks task update OTQyNzc -l MTYxNzM4 --status completed
$ maton google-tasks task update OTQyNzc -l MTYxNzM4 --due 2026-12-15