A CLI to manage MongoDB Atlas local environments
Warning
This project is a work in progress and is not production ready. APIs and functionality may change without notice.
atlas-local-cli is a dedicated command-line tool focused strictly on the management of MongoDB Atlas local environments.
It provides a streamlined way to create, manage, and control local atlas instances.
- User Experience: Provide a polished, intuitive interface for developers manually managing local databases.
- Scripting Interface: Offer a consistent and parseable interface designed specifically for automation scripts and local development pipelines.
TODO
TODO
git clone https://github.com/mongodb/atlas-local-cli
cd atlas-local-cli
cargo install --path .Check out the examples/ directory for usage examples. You can run them with:
cargo run --example [todo]cargo buildcargo testSee LICENSE for details.