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

MongoDB Shell

Showing 13

Control logging behavior of mongosh

It should be possible to control the logging behavior of mongosh, for example: - verbosity - what to log / log level - retention time - whether logging is enabled or not
Guest about 3 years ago in MongoDB Shell 7 Completed

Add support for AWS_PROFILE when authMechanism is MONGODB-AWS

Currently, when using MONGODB-AWS, it can only read the following variables: AWS ACCESS KEY ID AWS SECRET ACCESS KEY AWS SESSION TOKEN which forces you to export credentials or to paste them in the CLI. AWS has a variable called AWS_PROFILE tha...
Guest over 3 years ago in MongoDB Shell 1 Completed

Vi mode for MongoDB Shell

Please enable a 'vi' editing mode for the mongo shell. - Similar to vi mode in bash - Similar to https://www.npmjs.com/package/mongovi A first cut of key bindings would be: Basic command mode/editing mode toggling: i Insert before cursor Esc To...
Guest over 5 years ago in MongoDB Shell 3 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 about 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 about 5 years ago in MongoDB Shell 2 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 over 4 years ago in MongoDB Shell 0 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 about 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 over 3 years ago in MongoDB Shell 0 Completed

Mongosh connection string thourgh proxy

Greetings, I need to create a proxy host in my environment so that ALL traffic between client <->Mongo Atlas goes through ONE single host. Problem is that if I use `mongodb+srv://server.example.com/` It returns me one of 50 endpoints to my A...
Guest over 3 years ago in MongoDB Shell 1 Completed

Deal with // comments multiline history better

This is a papercut in the legacy shell which would make the modern shell even more usable by comparison... Currently, both the new and legacy shell have an issue with the way they store a multiline command (eg. when defining an aggregation pipeli...
Guest over 4 years ago in MongoDB Shell 0 Completed