maton github pr
Create, view, list, and manage pull requests
Available commands
- maton github pr checks
- maton github pr close
- maton github pr comment
- maton github pr create
- maton github pr diff
- maton github pr edit
- maton github pr list
- maton github pr merge
- maton github pr ready
- maton github pr reopen
- maton github pr review
- maton github pr search
- maton github pr status
- maton github pr update-branch
- maton github pr view
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