@heroku-cli/plugin-manifest

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

Downloads in past

Stats

StarsIssuesVersionUpdatedCreatedSize
@heroku-cli/plugin-manifest
0.0.56 years ago6 years agoMinified + gzip package size for @heroku-cli/plugin-manifest in KB

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
```sh-session $ 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 ...
<!-- usagestop -->
# Commands
<!-- commands -->
* [`heroku manifest:create`](#heroku-manifestcreate)

## `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