Lists all volumes.
cfcli list volumes [flags]Examples:
#list all volumes:cfcli list volumes| Flag | Short | Type | Default | Description |
|---|---|---|---|---|
| --help | -h | bool | Help for volumes. | |
| --limit | int64 | Limits the number of volumes in the response. | ||
| --offset-uuid | string | When provided, the returned list starts with next to offset-uuid volume. | ||
| --project-name | string | Project name. | ||
| --show-all | bool | Shows all volumes (not only active ones). |
Was this page helpful?