Forrest logo
back to context overview

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 machine
    explain this command
  • flyctl:tldr:3f9d8 flyctl: List all applications in the logged-in Fly account.
    $ flyctl apps list
    try on your machine
    explain 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 machine
    explain this command
  • flyctl:tldr:ce653 flyctl: Show version information.
    $ flyctl version
    try on your machine
    explain this command
  • flyctl:tldr:d37a5 flyctl: Open the Fly Web UI for the current application in a web browser.
    $ flyctl dashboard
    try on your machine
    explain this command
  • flyctl:tldr:d81a7 flyctl: Sign into a Fly account.
    $ flyctl auth login
    try on your machine
    explain this command
  • flyctl:tldr:ec57c flyctl: Open the current deployed application in the default web browser.
    $ flyctl open
    try on your machine
    explain this command
  • flyctl:tldr:f6e40 flyctl: View the status of a specific running application.
    $ flyctl status --app ${app_name}
    try on your machine
    explain this command
back to context overview