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