flyctl apps create

Create a new application

About

The APPS CREATE command will both register a new application with the Fly platform and create the fly.toml file which controls how the application will be deployed. The --builder flag allows a cloud native buildpack to be specified which will be used instead of a Dockerfile to create the application image when it is deployed.

Usage

flyctl apps create [APPNAME] [flags]

Options

      --builder string   The Cloud Native Buildpacks builder to use when deploying the app
  -h, --help             help for create
      --name string      The app name to use
      --org string       The organization that will own the app
  -p, --port string      Internal port on application to connect to external services

Global Options

  -t, --access-token string   Fly API Access Token
  -j, --json                  json output
  -v, --verbose               verbose output

See Also