flyctl info

Show detailed App information

About

Shows information about the application on the Fly platform

Information includes the application's

  • name, owner, version, status and hostname
  • services
  • IP addresses

Usage

flyctl info [flags]

Options

  -a, --app string      App name to operate on
  -c, --config string   Path to an app config file or directory containing one (default "./fly.toml")
  -h, --help            help for info
      --host            Returns just the hostname
  -n, --name            Returns just the appname

Global Options

  -t, --access-token string   Fly API Access Token
  -j, --json                  json output
  -v, --verbose               verbose output

See Also