heroku-github-plugin
v0.1.0
Published
A Heroku CLI plugin for GitHub intergration
Downloads
5
Readme
heroku-github-plugin
A Heroku CLI plugin for GitHub intergration
Usage
$ npm install -g heroku-github-plugin
$ heroku COMMAND
running command...
$ heroku (-v|--version|version)
heroku-github-plugin/0.1.0 darwin-x64 node-v12.21.0
$ heroku --help [COMMAND]
USAGE
$ heroku COMMAND
...
Commands
heroku github:push [BRANCH]
Push a branch from the connected GitHub repo
USAGE
$ heroku github:push [BRANCH]
OPTIONS
-a, --app=app (required) app to run command against
-h, --help show CLI help
EXAMPLE
$ heroku github:push main -a my-app
See code: src/commands/github/push.ts
heroku github:whoami
Display your linked GitHub account
USAGE
$ heroku github:whoami
OPTIONS
-h, --help show CLI help
EXAMPLE
$ heroku github:whoami
See code: src/commands/github/whoami.ts