A CLI to manage MongoDB Atlas local environments
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.
The Atlas Local CLI is installed as a first-class plugin inside the Atlas CLI. The plugin will automatically be installed on the first call of the command.
You can run the commands by running atlas local *
See the instructions on the releases page: https://github.com/mongodb/atlas-local-cli/releases/
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.