gitmorph
v0.2.6
Published
GitMorph CLI — work with gitmorph.com from the command line
Downloads
70
Readme
GitMorph CLI
Command-line tool for gitmorph.com. Manage repos, issues, PRs, CI/CD, and more from your terminal.
Install
npm i -g gitmorphOr with curl:
curl -fsSL https://gitmorph.com/cli/install.sh | shOr with Homebrew:
brew install morphllm/tap/gmUsage
# Authenticate
gm auth login
# Repositories
gm repo list
gm repo create my-project
gm repo clone owner/repo
# Issues
gm issue list
gm issue create --title "Bug report"
# Pull requests
gm pr list
gm pr create --title "Feature" --base main
# CI/CD
gm workflow list
gm run list
# Search
gm search code "function"
gm search repos "keyword"Run gm --help for the full command list.
Requirements
macOS (arm64, x64) or Linux (arm64, x64). The npm package downloads a prebuilt binary during install.
