mongosh icon indicating copy to clipboard operation
mongosh copied to clipboard

The MongoDB Shell

Results 43 mongosh issues
Sort by recently updated
recently updated
newest added

Here's my 🦨 exploration. This PR adds a script that generates metadata from shell-api collecting type info and documentation of all exposed classes and class members in one place. For...

The server will no longer start when TLS is enabled without a CA certificate argument. This does not affect our tests’ functionality, only how we start the server in them.

```sh cd packages/shell-api && \ npm run compile && \ npx api-extractor run ; \ npx ts-node bin/api-postprocess.ts ; \ cat lib/api-processed.d.ts ``` (api-extractor will dump a ton of errors)

wip