List Snapshots (zeysdk snapshot list)
View and manage existing snapshots.
zeysdk snapshot list
Features
| Feature | Description |
|---|---|
| List | View all snapshots with comments and dates |
| Restore | Revert to a selected snapshot |
| Delete | Remove selected snapshot |
| Details | View snapshot metadata |
Display Format
| Column | Description |
|---|---|
| ID | Snapshot identifier (YYYYMMDD-HHMMSS) |
| Comment | User-provided description |
| Date | Creation timestamp |
Examples
# List all snapshots
zeysdk snapshot list
# Output:
# ID | Comment | Date
# --------------------------------------------------
# 20231101-123456 | Initial setup | 2023-11-01 12:34:56
# 20231101-124567 | Release v2.1.0 | 2023-11-01 12:45:67
# 20231101-125678 | Pre-update: Payment API | 2023-11-01 12:56:78
# Interactive snapshot management
zeysdk snapshot list
# Output: Select a snapshot and choose an action:
# > 20231101-123456 | Initial setup
# > 20231101-124567 | Release v2.1.0
# > 20231101-125678 | Pre-update: Payment API