commands.sh

flyctl

all

Tool for flyctl.io.

More info →

Examples (8)

Sign into a Fly account

Launch an application from a specific Dockerfile (the default path is the current working directory)

flyctl launch --dockerfile path/to/dockerfile

Open the current deployed application in the default web browser

Deploy the Fly applications from a specific Dockerfile

flyctl deploy --dockerfile path/to/dockerfile

Open the Fly Web UI for the current application in a web browser

flyctl dashboard

List all applications in the logged-in Fly account

flyctl apps list

View the status of a specific running application

flyctl status --app app_name

Display version

flyctl version
made by @shridhargupta | data from tldr-pages