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 35

Add a command to open the CLI config on my system editor

A new command like `mongocli config edit` that opens the config file on my system editor
Guest almost 4 years ago in Atlas CLI 2 Completed

Support .mongorc.js file

A core bit of functionality from the original shell is to support reading from the `.mongorc.js` file in a user's home directory. This feels like core functionality that `mongosh` should support.
Guest over 5 years ago in MongoDB Shell 0 Completed

Ability to execute a javascript file from inside the shell

Currently the only way to execute a javascript file from the mongo shell is to re-direct the input at shell login time (e.g. mongo --username ... < myscript.js). It would be helpful to have a way to execute the script from inside the shell via ...
Guest over 5 years ago in MongoDB Shell 2 Completed

Please help with official github action to setup Atlas CLI

Please help with official github action from Atlas in Github Action Marketplace to setup Atlas CLI, same as https://github.com/andreaangiolillo/atlas-cli-github-action
Guest almost 3 years ago in Atlas CLI 0 Completed

Add commands to stop/start/restart a mongodb process in a cluster

Currently, we see that mongocli supports stop/start the "entire" cluster which is not suitable for general maintenance scenario which requires cluster availability. Commands to stop/start/restart a mongodb process in a cluster will be useful for ...
Guest almost 5 years ago in Atlas CLI 1 Completed

Bracket matching and highlighting

Something which I miss from the legacy shell is bracket matching and highlighting, so I can tell when I have too many brackets, or they're in the wrong order
Guest almost 5 years ago in MongoDB Shell 0 Completed

Allow to perform rolling compact via restapi

Allow to perform rolling compact via CM/OM restAPI (processes.lastCompact parameter)
Guest over 5 years ago in Atlas CLI 1 Completed

Add instructions for windows local development.

It took me some research, but I was able to run the mongodb/atlas:latest docker image on a windows machine using Docker Desktop. I had to add this config on WSL nestedVirtualization=true (see https://learn.microsoft.com/en-us/windows/wsl/wsl-confi...
Guest almost 2 years ago in Atlas CLI 1 Completed

Edit command like the old mongo shell has

It would be nice to have the edit feature of the old mongo shell https://docs.mongodb.com/manual/tutorial/configure-mongo-shell/#use-an-external-editor-in-the-mongo-shell
Guest over 5 years ago in MongoDB Shell 0 Completed

mongosh and JSON: normalized output

The CLI commands, like mongosh, can be used in bash scripts to quickly implement reliable data processing pipelines. Thanks to the aggregation pipeline your clients can do pretty complex things with this, despite a small number of lines and zero i...
Guest almost 4 years ago in MongoDB Shell 0 Completed