@heroku-cli/plugin-manifest
v0.0.5
Published
heroku-manifest ===============
Downloads
46
Maintainers
Keywords
Readme
heroku-manifest
Heroku CLI commands for generating and operating on heroku.yml
manifests and apps.
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