| Crates.io | mongodb-atlas-cli |
| lib.rs | mongodb-atlas-cli |
| version | 0.0.2 |
| created_at | 2025-12-03 12:26:06.055783+00 |
| updated_at | 2026-01-14 09:21:49.980609+00 |
| description | Opinionated alternative CLI and library to interact with the MongoDB Atlas Admin API |
| homepage | https://github.com/jeroenvervaeke/mongodb-atlas-cli-ng |
| repository | https://github.com/jeroenvervaeke/mongodb-atlas-cli-ng |
| max_upload_size | |
| id | 1963938 |
| size | 80,264 |
Opinionated alternative CLI to interact with the MongoDB Atlas Admin API written in Rust
[!WARNING] This project is a work in progress and is not production ready. APIs and functionality may change without notice.
mongodb-atlas-cli is an alternative to the official MongoDB Atlas CLI that provides both a command-line interface and a Rust library to interact with MongoDB Atlas.
git clone https://github.com/jeroenvervaeke/mongodb-atlas-cli-ng
cd atlas-cli-ng
cargo install --path .
Add the following to your Cargo.toml:
[dependencies]
mongodb-atlas-cli = "0.0.1"
Check out the examples/ directory for usage examples. You can run them with:
cargo run --example print_default_profile
cargo build
cargo test
cargo run --example print_default_profile
See LICENSE for details.