Skip to content

Latest commit

 

History

History
38 lines (25 loc) · 822 Bytes

README.md

File metadata and controls

38 lines (25 loc) · 822 Bytes

asdf-database-tools

Database Tools binary plugin for asdf

Install

Plugin

asdf plugin add mongodb-database-tools
# or
asdf plugin add mongodb-database-tools https://github.com/egose/asdf-database-tools.git

database-tools

# List all versions of a package
asdf list all database-tools

# Install a specific version of a package
asdf install database-tools <version>

# Install the latest stable version
asdf install database-tools latest

# Set the package global version
asdf global database-tools <version>

# Check the version
database-tools --version

Please check asdf for more details.

License

See LICENSE ©Junmin Ahn