plugin-release
TypeScript icon, indicating that this package has built-in type declarations

0.1.6 • Public • Published

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

/plugin-release/

    Package Sidebar

    Install

    npm i plugin-release

    Weekly Downloads

    8

    Version

    0.1.6

    License

    MIT

    Unpacked Size

    11.6 kB

    Total Files

    14

    Last publish

    Collaborators

    • michaeldimmitt