The CONFIG commands allow you to work with an application's configuration.

Usage

flyctl config [command] [flags]

Available Commands

  • env - Display an app's runtime environment variables
  • save - Save an app's config file
  • show - Show an app's configuration
  • validate - Validate an app's config file

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 config

Global Options

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

See Also