-
Type: Story
-
Resolution: Fixed
-
Priority: Major - P3
-
Affects Version/s: None
-
Component/s: Embedded Shell
-
None
-
Iteration Düsseldorf, Iteration Edinburgh
-
Needed
-
Do we want to adopt my skunkworks project, `snippet`, for mongosh in some way? PR: https://github.com/mongodb-js/mongosh/pull/783
Some design decisions I made along the way:
- The official repository for snippets is a single public github monorepo
- Snippets are npm packages and are installed that way (and thus can depend on other packages)
- The repository automatically maintains a list of them and their npm names
- If npm is not available for use, the latest version is downloaded and extracted
- is depended on by
-
MONGOSH-711 Support Date.timeFunc() from old shell?
- Closed
- is related to
-
MONGOSH-803 show/use autocomplete is broken by multiple spaces
- Closed
-
MONGOSH-824 Clean up snippet autocomplete implementation
- Open
-
MONGOSH-794 Store only non-default config values in config file
- Closed