heroku create <app>
Creates a new app
Arguments
Name | Description |
---|---|
app |
Options
Name | Description |
---|---|
--app <arg> | |
--addons <arg> | Comma-delimited list of addons to install |
--buildpack <arg> | Buildpack url to use for this app |
--manifest | Use heroku.yml settings for this app |
--no-remote | Do not create a git remote |
--remote <arg> | The git remote to create, default "heroku" |
--stack <arg> | The stack to create the app on |
--space <arg> | The private space to create the app in |
--region <arg> | Specify region for the app to run in |
--ssh-git | Use SSH git protocol for local git remote |
--internal-routing | Private space-only. create as an Internal Web App that is only routable in the local network |
--features <arg> | |
--kernel <arg> | |
--locked | |
--json | Output in json format |
--team <arg> | Team to use |