0.1.0 • Published 3 years ago

heroku-github-plugin v0.1.0

Weekly downloads
-
License
MIT
Repository
github
Last release
3 years ago

heroku-github-plugin

A Heroku CLI plugin for GitHub intergration

oclif Version Downloads/week License

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