fly volumes
Manage Fly Volumes. Volumes are persistent storage for Fly Machines. Learn how how volumes work: https://fly.io/docs/volumes/overview/.
Usage
fly volumes [command] [flags]
Available Commands
- create - Create a new volume for an app.
- destroy - Destroy one or more volumes.
- extend - Extend a volume to the specified size.
- fork - Fork the specified volume.
- list - List the volumes associated with an app.
- show - Show the details of the specified volume.
- snapshots - Manage volume snapshots.
- update - Update a volume for an app.
Options
-h, --help help for volumes
Global Options
-t, --access-token string Fly API Access Token
--debug Print additional logs and traces
--verbose Verbose output
See Also
- fly - The Fly.io command line interface