flyctl builds

Work with Fly Builds

About

Fly Builds are templates to make developing Fly applications easier.

Usage

flyctl builds [command] [flags]

Available Commands

  • list - List builds
  • logs - Show logs associated with builds

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 builds

Global Options

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

See Also