@heroku-cli/plugin-manifest

heroku-manifest ===============

Usage no npm install needed!

<script type="module">
  import herokuCliPluginManifest from 'https://cdn.skypack.dev/@heroku-cli/plugin-manifest';
</script>

README

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