
flyctl
List of commands for flyctl:
-
flyctl:tldr:0b522 flyctl: Deploy the Fly applications from a specific Dockerfile.$ flyctl deploy --dockerfile ${path-to-dockerfile}try on your machineexplain this command
-
flyctl:tldr:3f9d8 flyctl: List all applications in the logged-in Fly account.$ flyctl apps listtry on your machineexplain this command
-
flyctl:tldr:b8997 flyctl: Launch an application from a specific Dockerfile (the default path is the current working directory).$ flyctl launch --dockerfile ${path-to-dockerfile}try on your machineexplain this command
-
flyctl:tldr:ce653 flyctl: Show version information.$ flyctl versiontry on your machineexplain this command
-
flyctl:tldr:d37a5 flyctl: Open the Fly Web UI for the current application in a web browser.$ flyctl dashboardtry on your machineexplain this command
-
flyctl:tldr:d81a7 flyctl: Sign into a Fly account.$ flyctl auth logintry on your machineexplain this command
-
flyctl:tldr:ec57c flyctl: Open the current deployed application in the default web browser.$ flyctl opentry on your machineexplain this command
-
flyctl:tldr:f6e40 flyctl: View the status of a specific running application.$ flyctl status --app ${app_name}try on your machineexplain this command