Skip to content

Latest commit

 

History

History
52 lines (39 loc) · 538 Bytes

File metadata and controls

52 lines (39 loc) · 538 Bytes

GitHub CLI Reference

These are the gh commands used in the workflow.

Auth

gh auth login
gh auth status

Repos

gh repo create
gh repo edit
gh repo view --web

Issues

gh issue create
gh issue list
gh issue view 1

Pull Requests

gh pr create
gh pr view --comments
gh pr checks
gh pr diff
gh pr merge --squash --delete-branch

Actions

gh run list
gh run watch
gh run view --log

Releases

gh release create
gh release view
gh release upload