https://github.com/yeshan333/vfox-mongo
mongo vfox plugin. Use the vfox to manage multiple mongo server versions in Linux/Darwin/Windows.
https://github.com/yeshan333/vfox-mongo
mongo mongodb vfox vfox-plugin
Last synced: 2 months ago
JSON representation
mongo vfox plugin. Use the vfox to manage multiple mongo server versions in Linux/Darwin/Windows.
- Host: GitHub
- URL: https://github.com/yeshan333/vfox-mongo
- Owner: yeshan333
- License: apache-2.0
- Created: 2024-04-09T01:10:19.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-03-11T16:01:01.000Z (3 months ago)
- Last Synced: 2025-03-14T17:53:58.070Z (3 months ago)
- Topics: mongo, mongodb, vfox, vfox-plugin
- Language: Lua
- Homepage:
- Size: 7.11 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# vfox-mongo plugin
mongo [vfox](https://github.com/version-fox) plugin. Use the vfox to manage multiple mongo server versions in Linux/Darwin/Windows. vofx-mongo plugin would download and install the mongo server version from : https://www.mongodb.com/download-center/community/releases/archive.
## Usage
```shell
# install plugin
vfox add --source https://github.com/yeshan333/vfox-mongo/archive/refs/heads/main.zip mongo# install an available version
vofx search mongo
# eg: install in ubuntu 20.04
vfox install mongo@x86_64-ubuntu2004-8.0.0-rc0
vfox use -p mongo@x86_64-ubuntu2004-8.0.0-rc0
```