Skip to main content

List Snapshots (zeysdk snapshot list)

View and manage existing snapshots.

zeysdk snapshot list

Features

FeatureDescription
ListView all snapshots with comments and dates
RestoreRevert to a selected snapshot
DeleteRemove selected snapshot
DetailsView snapshot metadata

Display Format

ColumnDescription
IDSnapshot identifier (YYYYMMDD-HHMMSS)
CommentUser-provided description
DateCreation 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