Atlas CLI
The MongoDB Atlas Command Line Interface, or Atlas CLI (mongodb-atlas-cli), allows you to create, manage, and automate operations related to your MongoDB Atlas deployment. This includes tasks like provisioning clusters, creating and deleting users, and controlling network access. You can also access related products like Atlas Search. With the Atlas CLI, you can quickly interact with MongoDB services from the command line for easier testing and scripting.
To report bugs, please use our mongodbcli github issues.
25 results found
-
add a command to list and check the invoices
It would be great if there will be the possibility to get information about invoices with atlas-cli like via API.
3 votesThank you for taking the time to raise the feedback.
We will look into when this can be implemented.
In meantime, could you share a bit of context on how would you like to use it in the Atlas CLI?
Thanks,
Jakub
-
The "mongocli atlas clusters list" command ought to return hosts in an array
The 'mongocli atlas metrics databases list' command expects a hostname argument. Currently, one has to parse out the hosts from the URI returned from the cluster list command. It would be easier if the cluster list command returned the hosts in a command along with the replica set status, so that one could easier script the descent from the cluster into cluster details and info.
1 vote -
Add option for generating curl command
Currently when we are getting a 500 error back it is difficult to debug what is going wrong and we need to replicate the rest api call via curl.
Would be nice to have an option in order to generate the curl command that replicates the mongocli call in order to easily test the command.This is valid for Atlas/OM/CM
3 votes -
Username is case sensitive
with username "Shamim" authentication failed where as "shamim" works
1 vote -
Add user by email address
I'd like to be able to specify a user's e-mail address when adding them to a group from the mongocli.
mongocli iam teams create
allows one to pass in e-mail addresses. Butmongocli iam teams users add
requires the UUID of the user.
For reference: https://github.com/mongodb/mongocli/issues/6061 vote
- Don't see your idea?