heroku create <app>

Creates a new app

Arguments

NameDescription
app

Options

NameDescription
--app <arg>
--addons <arg>Comma-delimited list of addons to install
--buildpack <arg>Buildpack url to use for this app
--manifestUse heroku.yml settings for this app
--no-remoteDo 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-gitUse SSH git protocol for local git remote
--internal-routingPrivate space-only. create as an Internal Web App that is only routable in the local network
--features <arg>
--kernel <arg>
--locked
--jsonOutput in json format
--team <arg>Team to use