Creates a volume
Example:
packet volume create --size [size_in_GB] --plan [plan_UUID] --project-id [project_UUID] --facility [facility_code]
packet volume create [flags]
-b, --billing-cycle string Billing cycle (default "hourly")
-d, --description string Description of the volume
-f, --facility string Code of the facility where the volume will be created
-h, --help help for create
-j, --json JSON output
-l, --locked Set the volume to be locked
-P, --plan string Name of the plan
-p, --project-id string UUID of the project
-s, --size int Size in GB]
-y, --yaml YAML output
--config string Path to JSON or YAML configuration file
- packet volume - Volume operations