SnapBack CLI β Public Launch
Command-line interface reaches production maturity
Aligned with VS Code Extension v1.0.0 and MCP Server v1.0.0 for the coordinated Public Launch milestone.
π― What's New
- Production Ready: Battle-tested CLI tool for snapshot management
- Local Operations: All functionality works completely offline
- Cross-Platform: Supports macOS, Linux, and Windows
- Developer-Friendly: Intuitive commands and helpful error messages
π¦ Installation
# Global installation
npm install -g @snapback/cli
# Or use with npx
npx @snapback/cli --helpπ§ Core Commands
snapback init # Initialize SnapBack
snapback snapshot create <file> # Create snapshot
snapback snapshot list # List all snapshots
snapback restore <id> # Restore snapshot
snapback protect <file> # Protect a file
snapback status # Show statusπ€ Aligned Release
Part of the coordinated v1.0.0 Public Launch:
- VS Code Extension v1.0.0 β Main extension
- MCP Server v1.0.0 β AI assistant integration
- CLI v1.0.0 β Command-line tool (YOU ARE HERE)
π Related
Protection Era v1.x β Local-first snapshot management