1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-07-05 10:15:25 +02:00
tldr/pages/common/flyctl.md
Managor 4b1e0196d1
common/*: reduce usage of "command-line" (part 3) (#16951)
Co-authored-by: Dylan <145150333+dmmqz@users.noreply.github.com>
Co-authored-by: Sebastiaan Speck <12570668+sebastiaanspeck@users.noreply.github.com>
Co-authored-by: Wiktor Perskawiec <wiktor@perskawiec.cc>
2025-06-28 13:12:44 +00:00

797 B

flyctl

Tool for flyctl.io. More information: https://github.com/superfly/flyctl.

  • Sign into a Fly account:

flyctl auth login

  • 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:

flyctl open

  • 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 information:

flyctl version