Skip to Main Content

MongoByte MongoDB Logo

Welcome to the new MongoDB Feedback Portal!

{Improvement: "Your idea"}
We’ve upgraded our system to better capture and act on your feedback.
Your feedback is meaningful and helps us build better products.

ADD NEW FEEDBACK

CLI & Shell

Showing 79

New mongodb-atlas-auth Github Action to use OIDC flow for GitHub

As discussed in MongoDB support case 01433340: When configuring GitHub Actions to manage control plane configurations in public cloud environments (e.g., GCP, Azure, AWS, et cetera), we set up OpenID Connect ("OIDC") to allow the GHA workflows th...
Guest 9 months ago in Atlas CLI 0 Submitted

Change timeZone for Atlas project via CLI or API

It would be great if there will be the possibility to change timezone for a project via cli or API. e.g. curl --user ":" \ --digest \ --request PATCH "https://cloud.mongodb.com/api/atlas/v1.0/groups/" \ --header "Content-Type: application/json...
Guest about 1 year ago in Atlas CLI 0 Submitted

Hi, in our environment (managed by OPS Manager) we have a lot of mongodb instances in the same server, would be useful having a function/met

Hi, in our environment (managed by OPS Manager) we have a lot of mongodb instances in the same server, would be useful having a function/method/command to exec the shutdown/startup of all instances running in an specified server. At the moment the...
Guest over 2 years ago in CLI & Shell 0 Submitted

Allow create/delete/update custom database role in MongoDB CLI for Ops Manager

In Altas CLI, the command customDbRoles can be used for create/delete/update custom database role. Would it implement in MongoDB CLI for Ops Manger?
Guest about 3 years ago in CLI & Shell 1 Submitted

Manage mongosh through MongoDB agent automation

MongoDB server, database tools, biconnector binaries are all managed by MongoDB agent automation feature in a managed deployments via Opsmanager. Mongosh is not managed, which makes it difficult to build separate automation to manage mongosh alone...
Guest over 2 years ago in MongoDB Shell 0 Submitted

Option to show date in local timezone

Currently MongoDB is storing date and time in UTC - which is good and should be that way. However, from the presentation (either via Compass/Shell), there should be a way to show the date and time based on locale time zone settings or an option t...
Guest about 5 years ago in MongoDB Shell 2 Submitted

Allow to create custom roles

Allow to create custom roles for Atlas/CM/OM
Guest about 5 years ago in CLI & Shell 1 Submitted

Encrypt private_api_key in a mongocli configuration file

I would like to encrypt the value of private_api_key stored in $HOME/.config/mongocli/config.toml (part of mongocli config). private_api_key should be not visible in the open text as it gives access to the MongoOPS/Atlas to anyone who can access ...
Dmitrij Barkin almost 3 years ago in CLI & Shell 2 Submitted

modify mongoDB DB user in ATLAS, OPS Manager , or Cloud Manager

It would be really nice if mongocli could be used to modify user accounts. Add new roles, or change the password. Currently mongocli can add, list , delete project DB user accounts. It would be nice for modify, since there is a need for password r...
Guest about 4 years ago in CLI & Shell 1 Submitted

Explain shell helpers for CRUD API

The .explain() method in the shell works with some write methods (update, remove, findAndModify), but it doesn't work with the newer CRUD API. The missing explain methods are: "deleteMany", "deleteOne", "findOne", "findOneAndDelete", "findOneAnd...
Guest almost 5 years ago in MongoDB Shell 0 Submitted