maton github pr

Create, view, list, and manage pull requests

Available commands

Options inherited from parent commands

-p, --profile <string>
Profile to use for this invocation (overrides the active profile; also reads MATON_PROFILE)

ALIASES

maton github pull-request, maton github prs

Examples

$ maton github pr list --repo maton-ai/cli --state open
$ maton github pr view 123 --repo maton-ai/cli
$ maton github pr create --repo maton-ai/cli --base main --head feature --title "New thing"
$ maton github pr merge 123 --repo maton-ai/cli --squash

See also