argonctl
v2.0.1
Published
Git for MongoDB: branch, time-travel, merge and undo - CLI
Maintainers
Readme
Argon CLI
The official CLI for Argon — Git for MongoDB: branch, time-travel, merge and undo with real drivers and versioned history underneath.
Installation
npm install -g argonctlUsage
# Enable time travel
export ENABLE_WAL=true
# Create project
argon projects create my-app
# Create instant branch
argon branches create feature-x
# Time travel queries
argon time-travel info --time "1h ago"Documentation
Full documentation: https://github.com/argon-lab/argon
License
MIT
