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

Improve mongosh connection time

No description provided
Guest about 3 years ago in MongoDB Shell 1 Submitted

list all Atlas Search indexes for a cluster

The list Atlas Search indexes command, https://www.mongodb.com/docs/atlas/cli/stable/command/atlas-clusters-search-indexes-list/ ought to not require the collections and db parameters. It should list indexes for all for the cluster and for a dat...
Guest over 3 years ago in Atlas CLI 0 Submitted

Single tool for shell, mongodump, mongorestore, mongoexport, mongoimport

Single tool for the basic database usage, namely, mongodb shell (mongosh), mongodump, mongorestore, mongoexport, mongoimport
Guest over 1 year ago in MongoDB Shell 0 Submitted

Add API to create new organisation

looks like there is no API to create Organisation. and API Key belongs to organisation as well. so probably need Global API Key similar to what we have in OPS Manager. there should be another API to link organisations.
Guest over 3 years ago in Atlas CLI 1 Will Not Implement

creating an option to import csv files with semicolon separator

There isn't an option to specify semicolon as delimiter on mongo shell when importing csv files. We are forced to import through MongoDB Compass when file has semicolon separator.
Guest over 5 years ago in MongoDB Shell 0 Submitted

Better mongo file loading performance

Manage a faster loading of files in command line to have better perfs for multiple small scripts. See Case 01251177.
Guest almost 2 years ago in MongoDB Shell 0 Submitted

Ops Manager global actions (mongocli ops-manager admin)

Add cli commands in global scope of Ops Manager to allow for scripting actions on all projects (e.g. update all agents after an upgrade of Ops Manager): - CRUD projects (prio on get projects to allow for looping over them) - CRUD orgs - CRUD users...
Guest almost 4 years ago in CLI & Shell 1 Submitted

Avoid issuing commands upon connection where the user is unauthorized to execute them

Presently when a user connects to a MongoDB cluster mongosh will execute several command helpers. Unless the users have specific privileges these commands will trigger several unauthorised messages similar to below: ``` {"msg":"Checking authoriza...
Guest almost 2 years ago in MongoDB Shell 0 Submitted

mongosh parse mongo url offline

In scripting easiers and most robust way to pass mongodb connection info using url string. Sometimes though there is need to parse part of it, like database name or specific query params. In NodeJS whathg URL can be used for this, additionally val...
Guest about 2 years ago in MongoDB Shell 0 Submitted

Add a provider_region parameter in the "realm-cli apps create"

Hi, I noticed that there is no argument in the "realm-cli apps create" to select a region. The API already supports a provider_region parameter (https://www.mongodb.com/docs/atlas/app-services/admin/api/v3/#tag/apps/operation/adminCreateApplicati...
Guest about 2 years ago in Atlas CLI 0 Will Not Implement