maton trello search [flags]

Wraps Trello’s GET /search. By default Trello looks across the authenticated member’s accessible content; pass –boards to scope to specific board IDs.

Options

--boards <string>
Comma-separated board IDs to scope the search to (default 'mine')
--connection <string>
Connection ID to route through (Maton-Connection header)
--dry-run
Print the request that would be sent without executing it
--jq <expression>
Filter JSON output using a jq expression
--json
Output raw JSON
--limit <int> (default 0)
Result limit applied to cards and boards (max 1000)
--models <string>
Comma-separated model types: actions, boards, cards, members, organizations (default all)
--paginate
Follow next_cursor and concatenate all pages (list commands only)
--partial
Match partial words
-q, --query <string>
Search query (required, 1–16384 chars)
-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 search --query 'release notes'
$ maton trello search --query 'bug' --models cards --limit 50
$ maton trello search --query 'planning' --boards b-1,b-2 --partial

See also