Examples (8)
Launch an application from a specific Dockerfile (the default path is the current working directory)
flyctl launch --dockerfile path/to/dockerfileDeploy the Fly applications from a specific Dockerfile
flyctl deploy --dockerfile path/to/dockerfileOpen the Fly Web UI for the current application in a web browser
flyctl dashboardList all applications in the logged-in Fly account
flyctl apps listView the status of a specific running application
flyctl status --app app_nameDisplay version
flyctl versionmade by @shridhargupta | data from tldr-pages