flyctl config validate

Validate an App's config file

About

Validates an application's config file against the Fly platform to ensure it is correct and meaningful to the platform.

Usage

flyctl config validate [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 validate

Global Options

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

See Also