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 81

enable x509 security command

mongocli ops-manager security enable [MONGODB-CR|SCRAM-SHA-256] add an option for x509
Guest almost 5 years ago in CLI & Shell 0 Submitted

Store the type of cloud in profile to shorten the CLI command

MongoCLI current requires the user to type on the command-line if it's an Ops Manager, Cloud Manager, or Atlas. We could store this information in the profile (the file containing the URL and API keys) so the users have less to type. PS: This app...
Guest about 5 years ago in CLI & Shell 0 Submitted

Save shell commands to the cloud

It would be nice to have a way to save shell commands for later, maybe to the cloud.
Guest over 2 years ago in MongoDB Shell 0 Submitted

MONGOCLI add command to shutdown and startup the standalone instance

in this moment there is no way to shutdown or startup a standalone instance because the mongocli works with cluster only
Guest over 2 years ago in CLI & Shell 0 Submitted

alerts list should allow filtering by date and sort inversely by date

The 'alert list' list all alerts since the beginning of time. We can list open alerts, but we can't practically list alerts that were generated recently without going through all alerts ever produced for a project. I'd like to see what alerts were...
Guest almost 3 years ago in Atlas CLI 0 Submitted

Display Atlas cluster name in command prompt, rather than internal slug

When connected to an Atlas cluster, I can see the Atlas internal hostname slug in the command prompt: Atlas atlas-l1ugii-shard-0 [secondary] database_name> It would be easier if this displayed the Atlas hostname, that matches the UI, and in...
Guest almost 3 years ago in MongoDB Shell 0 Submitted

syntax issues

I have to use '.\mongosh' rather than '.\mongo' when using Power Shell windows Might be useful since the switch to mongoshell
Guest over 3 years ago in MongoDB Shell 0 Submitted

remove case sensitivity from tab search of commands

currently `mongosh` uses case sensitive search of command on double tapping the tab key. While it seems adequate at first, entering a capital letter requires 2 key presses and it becomes annoying pretty fast for the good old `mongo` shell users.
Guest over 3 years ago in MongoDB Shell 0 Submitted

mongocli - changing server type

There is a missing option to change server type via mongocli. You can list the server type for the project, but not change it. available option for list: mongocli om serverUsage projects hosts list --endDate 2020-01-01 --startDate 2021-01-01 htt...
Guest over 3 years ago in CLI & Shell 0 Submitted

Make Load() support Regex Patterns or make a new loadRegex() function

## Problem Statement/Rationale Let's say you have a directory full of scripts. For now, I need to do a load('script path') for each script. Wouldn't it be great if I could do load('*') within the directory, and load them all one after the other...
Guest over 3 years ago in MongoDB Shell 0 Submitted