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

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

Add support for AWS SSO when authMechanism is MONGODB-AWS

Currently MONGODB-AWS authentication mechanism doesn't support AWS SSO. User has to manually run `aws sso get-role-credentials` to retrieve the temporary credentials first. All AWS SDK support SSO out of the box, therefore mongosh should add sup...
Guest over 3 years ago in MongoDB Shell 0 Submitted

Change mongosh to process and use arguments only up to a "--" sentinel

Getting command line arguments into mongosh is virtually impossible.  The --eval option insists on printing the last eval expr evaluated to the console despite the --quiet switch.  Allowing a script to self parse and manage any args foll...
Guest over 3 years ago in MongoDB Shell 4 Submitted

Add command for suspending automation

Add command for suspending automation (similar to what we have for unmanage)
Guest over 3 years ago in CLI & Shell 0 Submitted

Virus threat in MongoDB CLI

I am facing an issue when downloading MongoDB CLI on my win10 computer. The Windows virus scanner says there is a "Trojan:Win32/Caynamer.A!ml" in the file I am trying to download and ends the download. Is this threat real?
Guest over 3 years ago in CLI & Shell 2 Submitted

The "Get All Network Peering Containers in One Project" endpoint should repo all endpoints regardless of the Public Cloud provider.

In order to get back the peering list, one has to pass the provider ```shell mongocli atlas networking peering list --provider GCP ``` This is odd because a) Atlas already knows and b) why not list all the peering regardless of the provider. We c...
Guest over 3 years ago in CLI & Shell 0 Submitted

Set backup snapshots to never expire

The OpsManager API allows setting backup snapshot to never expire (https://docs.opsmanager.mongodb.com/current/reference/api/snapshots/change-expiry-for-one-snapshot/) (Also for CloudManager - https://docs.cloudmanager.mongodb.com/reference/api/sn...
Guest almost 4 years ago in CLI & Shell 0 Submitted

mongocli ops-manager clusters reclaimFreeSpace [--help]

Explain this more than the current output ```text $ mongocli ops-manager clusters reclaimFreeSpace --help Reclaim unused space for a cluster. Usage: mongocli ops-manager clusters reclaimFreeSpace [flags] ``` is of no use when customers want to...
Guest about 4 years ago in CLI & Shell 0 Submitted

Support git command

MongoSh is a developer tool, obviously. So as a developer, git is always a part of it. Supporting git command inside mongosh will help us save a lot of time. Here's some of my implementation: ``` const git = (command) => { try { return execS...
Guest about 4 years ago in MongoDB Shell 0 Submitted