Commands
but snapshot
Create an on-demand snapshot with optional message
Usage
Description
Creates a snapshot of the current workspace state in the operation log. This is useful for creating manual checkpoints before making significant changes.
Options
-m, --message <MESSAGE>
Message to include with the snapshot.
- Type: String
- Required: Optional
Examples
Create a snapshot without a message:
Create a snapshot with a descriptive message:
Related Commands
but oplog- Show operation historybut undo- Undo the last operationbut restore- Restore to a specific oplog snapshot
Last updated on