maton asana project create

Create a new project

maton asana project create [flags]

Options

--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)
--format <string>
Output format: 'json' (default) or 'text' on supported commands
-q, --jq <expression>
Filter JSON output using a jq expression
--name <string>
Project name (required)
--notes <string>
Project description
--template <string>
Format JSON output using a Go template; see "maton help formatting"
-w, --workspace <string>
Workspace gid (required)

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 create --workspace 12345 --name 'Q3 Roadmap'
$ maton asana project create -w 12345 --name 'Launch' --due-on 2026-09-30 --color light-green

See also