Skip to content
This repository has been archived by the owner on Nov 5, 2022. It is now read-only.

Latest commit

 

History

History
52 lines (32 loc) · 1.31 KB

README.md

File metadata and controls

52 lines (32 loc) · 1.31 KB

asdf-mongosh CI Lint

mongosh plugin for the asdf version manager.

ARCHIVAL NOTICE

I stopped using asdf-vm and archived this repository. If you're using this plugin, please consider forking the repository and having it added to the upstream plugin list at https://github.com/asdf-vm/asdf-plugins.

Contents

Plugin Dependencies

  • curl - for mongosh downloads from upstream releases

Install

Plugin:

$ asdf plugin-add mongosh https://github.com/itspngu/asdf-mongosh

mongosh:

# Show all installable versions
$ asdf list-all mongosh

# Install specific version
$ asdf install mongosh latest

# Set a version globally (in your ~/.tool-versions file)
$ asdf global mongosh latest

Refer to the upstream mongosh repository for documentation and usage instructions of the included tools.

Check the asdf readme for more instructions on how to install & manage versions.

License

See LICENSE