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

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

Add command to restart the cluster

Refer to the Ops Manager Commands => https://docs.mongodb.com/mongocli/stable/reference/ops-manager/cluster-commands/, there are the commands to startup/shutdown cluster but not restart. It will be helpful to have a restart command that will r...
Guest almost 5 years ago in Atlas CLI 1 Completed

Control-C to cancel current execution only - without exiting from mongo shell

when you started some complex query and realized that it could take time - you want to cancel it. if you press Control-C you will be kicked out of mongo shell. so you have to login back and switch to proper database; probably, set all variables ag...
Guest almost 5 years ago in MongoDB Shell 0 Completed

Add history search

Add ability to search through the command history using Cmd/Ctrl+R. It would be nice to also being able to search through the scripts entered with `.editor`
Guest over 5 years ago in MongoDB Shell 2 Completed

Allow for session timeouts

For security reasons, it should be possible to configure a session timeout after which, if there has been no activity, the shell disconnects from MongoDB and the user has to reconnect.
Guest almost 5 years ago in MongoDB Shell 1 Completed