Skip to content

πŸš€ CLI v1.0.0 β€” Public Launch

Latest

Choose a tag to compare

@qmarcelle qmarcelle released this 28 Jan 15:55
· 103 commits to main since this release

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