heroku apps:create [app]
Creates a new app
Arguments
Name | Description |
---|---|
app | Name of app to create |
Options
Name | Description |
---|---|
--addons <addons> | Comma-delimited list of addons to install |
-b, --buildpack <buildpack> | Buildpack url to use for this app |
-n, --no-remote | Do not create a git remote |
-r, --remote <remote> | The git remote to create, default "heroku" |
-s, --stack <stack> | The stack to create the app on |
--space <space> | The private space to create the app in |
--region <region> | Specify region for the app to run in |
--ssh-git | Use SSH git protocol for local git remote |
--json | Output in json format |
-t, --team <team> | Team to use |