0.1.6 • Published 4 years ago

plugin-release v0.1.6

Weekly downloads
2
License
MIT
Repository
github
Last release
4 years ago

plugin-release

Releasing Plugin to Heroku

oclif Version CircleCI Appveyor CI Codecov Downloads/week License

Usage

$ npm install -g plugin-release
$ plugin-release COMMAND
running command...
$ plugin-release (-v|--version|version)
plugin-release/0.1.6 darwin-x64 node-v10.22.0
$ plugin-release --help [COMMAND]
USAGE
  $ plugin-release COMMAND
...

Commands

plugin-release ask

show application name if found

USAGE
  $ plugin-release ask

OPTIONS
  -a, --app=app        (required) app to run command against
  -r, --remote=remote  git remote of app to use

See code: src/commands/ask.ts

plugin-release help [COMMAND]

display help for plugin-release

USAGE
  $ plugin-release help [COMMAND]

ARGUMENTS
  COMMAND  command to show help for

OPTIONS
  --all  see all commands in CLI

See code: @oclif/plugin-help

plugin-release releases:show

show latest releases for an app

USAGE
  $ plugin-release releases:show

OPTIONS
  -a, --app=app        (required) app to run command against
  -r, --remote=remote  git remote of app to use

See code: src/commands/releases/show.ts