maton github issue list
maton github issue list [flags]
Pull requests are issues server-side, so they show up here too unless you filter by –label or –milestone in a way that excludes them. Use ‘maton github pr list’ to filter to PRs only.
Options
-a,--assignee <string>- Filter by assignee login (or '*'/'none')
-A,--author <string>- Filter by issue author
-
--connection <string> - Connection ID to route through (Maton-Connection header)
-
--direction <string> - Sort direction: asc or desc
-
--dry-run - Print the request that would be sent without executing it
-
--format <string> - Output format: 'json' (default) or 'text' on supported commands
-q,--jq <expression>- Filter JSON output using a jq expression
-l,--label <string>- Comma-separated label names to match
-L,--limit <int> (default 30)- Maximum results per page (1-100)
-
--mention <string> - Filter to issues mentioning a user
-m,--milestone <string>- Filter by milestone (number or *)
-
--paginate - Follow next_cursor and concatenate all pages (list commands only)
-R,--repo <owner/repo>- Target repository in owner/repo form (required)
-
--sort <string> - Sort by: created, updated, comments
-s,--state <string> (default "open")- Filter by state: open, closed, all
-
--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 github issue list --repo maton-ai/cli --state open
$ maton github issue list --repo maton-ai/cli --label "bug,good first issue"
$ maton github issue list --repo maton-ai/cli --paginate --format text