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 97

Allow selection of user-specified –mongoshpath directory and –logpath similar to mongod does

Allow selection of user-specified installation directory options For example –installpath [Installdirectory] and –logpath [logDirectory] similar (and save it in a config file). Users would be familiar with this as it is somewhat similar to mongod.
Guest about 2 years ago in MongoDB Shell 0 Submitted

MONGODB-AWS Auth Feature Request for mongosh & compass connections

I would like to request a feature to more fully integrate the auth mechanism MONGODB-AWS in the Atlas UI. We envision that when you are creating a user based on IAM Auth a toggle button is added in the UI that when enabled on the user or project l...
Brad Meyers about 2 years ago in MongoDB Shell 0 Submitted

add text option to --output modifier

currently there is no way to format output of command in text format. the only option is to set this format as default in config file and not use --output modifier in specific command. if you rare use text output, you will have to insert --output ...
Guest over 2 years ago in CLI & Shell 0 Submitted

add clusterId to json output of "cluster list", "cluster describe" commands

currently there is no straightforward way to get clusterId using mongocli. we can get clusterId if we use text format with "cluster list", but not with json. and with json format we have to use "process list" command, filter out only one process ...
Guest over 2 years ago in CLI & Shell 0 Submitted

add _prettyShell=false to mongosh

In 4.4, the mongo shell prints 'ugly' by default. Many of our scripts are written to expect this type of output. The mongo shell includes the command: DBQuery.prototype._prettyShell=false to explicitly set this. In mongosh, there is no built in/na...
Guest over 2 years ago in MongoDB Shell 0 Submitted

Have db.table.distinct('column') support cursors

Right now distinct() returns max 100 items and doesn't take into account the config "displayBatchSize". It would be nice if distinct() returned all distinct items.
Guest over 2 years ago in MongoDB Shell 0 Submitted

atlas clusters sampleData loaded command

Hi Jakob/Guss/Colm, Any chance of adding a new command to sampleData - specifically: atlas clusters sampleData loaded The command would literally check if the cluster has the sampleData present? I'd find that helpful in some of the lab scripts ...
Eoin Brazil over 2 years ago in Atlas CLI 0 Submitted

atlas clusters sampleData reload

Hi Jakob/Guss/Colm, Any chance of adding a new command to sampleData - specifically: atlas clusters sampleData reload The command would literally check if the cluster has the sampleData loaded but it would also check the counts and the hashes s...
Eoin Brazil over 2 years ago in Atlas CLI 1 Submitted

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