flyctl volumes

Volume management commands

About

Commands for managing Fly Volumes associated with an application.

Usage

flyctl volumes [command] [flags]

Available Commands

  • create - Create new volume for app
  • delete - Delete a volume from the app
  • list - List the volumes for app
  • show - Show details of an app's volume

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 volumes

Global Options

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

See Also