mongosh
mongosh copied to clipboard
The MongoDB Shell
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.
MONGOSH-1690 also addresses SNYK-JS-AXIOS-6144788
```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)