heroku apps:create [app]

Creates a new app

Arguments

NameDescription
appName of app to create

Options

NameDescription
--addons <addons>Comma-delimited list of addons to install
-b, --buildpack <buildpack>Buildpack url to use for this app
-n, --no-remoteDo 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-gitUse SSH git protocol for local git remote
--jsonOutput in json format
-t, --team <team>Team to use