maton asana project update

maton asana project update <project-gid> [flags]

Modify one or more fields on an existing project. Use –clear-due to remove a previously-set due date.

Options

--archived
Archive (true) or unarchive (false) the project
--clear-due
Clear the due date
--color <string>
Project color (e.g. light-green, dark-pink)
--connection <string>
Connection ID to route through (Maton-Connection header)
--dry-run
Print the request that would be sent without executing it
--due-on <string>
Due date (YYYY-MM-DD)
-q, --jq <expression>
Filter JSON output using a jq expression
--json
Output raw JSON
--name <string>
New project name
--notes <string>
Project description
-t, --template <string>
Format JSON output using a Go template; see "maton help formatting"

Options inherited from parent commands

-p, --profile <string>
Profile to use for this invocation (overrides the active profile; also reads MATON_PROFILE)

Examples

$ maton asana project update 67890 --name 'Updated Name'
$ maton asana project update 67890 --due-on 2026-12-01 --color dark-pink
$ maton asana project update 67890 --archived=true
$ maton asana project update 67890 --clear-due

See also