maton trello card update

Update a card’s properties

maton trello card update <id> [flags]

Options

--closed
Archive the card
--connection <string>
Connection ID to route through (Maton-Connection header)
--desc <string>
New description
--dry-run
Print the request that would be sent without executing it
--due <string>
New due date (ISO 8601)
--format <string>
Output format: 'json' (default) or 'text' on supported commands
-q, --jq <expression>
Filter JSON output using a jq expression
-l, --list <string>
Move the card to this list ID
--name <string>
New card name
--paginate
Follow next_cursor and concatenate all pages (list commands only)
--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 update 5f1a... --name 'New title'
$ maton trello card update 5f1a... --list 6a2b...
$ maton trello card update 5f1a... --closed

See also