Releases: snapback-dev/snapback-cli
Releases · snapback-dev/snapback-cli
🚀 CLI v1.0.0 — Public Launch
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