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

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 almost 4 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

The "mongocli atlas clusters list" command ought to return hosts in an array

The 'mongocli atlas metrics databases list' command expects a hostname argument. Currently, one has to parse out the hosts from the URI returned from the cluster list command. It would be easier if the cluster list command returned the hosts in a ...
Guest about 4 years ago in Atlas CLI 0 Submitted

Suggest new feature for loading scripts: loadScript and loadFolder

For loading external script into MongoSh current session, currently we have the `load()` function, which is enough for the task. But I found myself using my own functions instead. So I would like to describe those as suggestion to improve Mon...
Guest about 4 years ago in MongoDB Shell 0 Submitted