1.0.0 • Published 6 years ago

heroku-cli-connect-apps v1.0.0

Weekly downloads
1
License
MIT
Repository
github
Last release
6 years ago

heroku-cli-connect-apps

Version CircleCI Appveyor CI Codecov Greenkeeper Known Vulnerabilities Downloads/week License

Install

with yarn:

$ yarn global add heroku-cli-connect-apps

or with npm:

$ npm install -g heroku-cli-connect-apps

Usage

$ oclif-example COMMAND
running command...
$ oclif-example (-v|--version|version)
heroku-cli-connect-apps/0.0.0 (darwin-x64) node-v8.6.0
$ oclif-example --help [COMMAND]
USAGE
  $ oclif-example COMMAND
...

Commands

hello

Describe the command here

USAGE
  $ oclif-example hello

OPTIONS
  -n, --name=name  name to print

DESCRIPTION
  Describe the command here
  ...
  Extra documentation goes here

See code: src/commands/hello.js