flyctl launch
Launch a new app
Options
Name | Description |
---|---|
--copy-config | Use the configuration file if present without prompting |
--dockerfile <dockerfile> | Path to a Dockerfile. Defaults to the Dockerfile in the working directory |
--generate-name | Always generate a name for the app |
--image <image> | The image to launch |
--name <name> | The name of the new app |
--no-deploy | Do not prompt for deployment |
--now | Deploy now without confirmation |
--org <org> | The organization that will own the app |
--path <path> | Path to app code and where a fly.toml file will be saved |
--region <region> | The region to launch the new app in |
--remote-only | Perform builds remotely without using the local docker daemon |