maton trello board update
Update a board’s properties
maton trello board update <id> [flags]
Options
-
--closed - Archive (true) or unarchive (false) the board
-
--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
-q,--jq <expression>- Filter JSON output using a jq expression
-
--json - Output raw JSON
-
--name <string> - New board name
-
--paginate - Follow next_cursor and concatenate all pages (list commands only)
-
--permission <string> - Visibility: private, public, org
-
--subscribed - Subscribe (true) or unsubscribe (false) the current member
-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 trello board update 5f1a... --name 'Renamed'
$ maton trello board update 5f1a... --permission org --desc 'Cross-team'
$ maton trello board update 5f1a... --closed