0.0.5 • Published 6 years ago

@heroku-cli/plugin-manifest v0.0.5

Weekly downloads
50
License
ISC
Repository
github
Last release
6 years ago

heroku-manifest

Heroku CLI commands for generating and operating on heroku.yml manifests and apps.

Version CircleCI Appveyor CI Codecov Downloads/week License

Usage

$ npm install -g @heroku-cli/plugin-manifest
$ heroku COMMAND
running command...
$ heroku (-v|--version|version)
@heroku-cli/plugin-manifest/0.0.5 darwin-x64 node-v9.8.0
$ heroku --help [COMMAND]
USAGE
  $ heroku COMMAND
...

Commands

heroku manifest:create

create the manifest for an app

USAGE
  $ heroku manifest:create

OPTIONS
  -a, --app=app        (required) [default: protected-shore-74700] app to run command against
  -f, --force          do not prompt before replacing an existing manifest
  -r, --remote=remote  git remote of app to use
  --dry-run            print the generated manifest without saving it

EXAMPLE
  $ heroku manifest:create

See code: src/commands/manifest/create.ts

0.0.5

6 years ago

0.0.4

6 years ago

0.0.3

6 years ago

0.0.2

6 years ago

0.0.1

6 years ago

0.0.0

6 years ago