maton trello card create

Create a new card

maton trello card create [flags]

Options

--connection <string>
Connection ID to route through (Maton-Connection header)
--desc <string>
Card description
--dry-run
Print the request that would be sent without executing it
--due <string>
Due date (ISO 8601 format)
--format <string>
Output format: 'json' (default) or 'text' on supported commands
-q, --jq <expression>
Filter JSON output using a jq expression
--label-ids <string>
Comma-separated label IDs
-l, --list <string>
ID of the list to add the card to (required)
--member-ids <string>
Comma-separated member IDs
--name <string>
Card name (required)
--paginate
Follow next_cursor and concatenate all pages (list commands only)
--pos <string> (default "bottom")
Position: top, bottom, or a number
--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 trello card create --list 5f1a... --name 'Write spec'
$ maton trello card create -l 5f1a... --name 'Triage' --desc 'P1 bugs' --due 2026-12-01

See also