Skip to content

Latest commit

 

History

History
38 lines (25 loc) · 715 Bytes

README.md

File metadata and controls

38 lines (25 loc) · 715 Bytes

asdf-flyway

flyway binary plugin for asdf

Install

Plugin

asdf plugin add flyway
# or
asdf plugin add flyway https://github.com/junminahn/asdf-flyway.git

flyway

# List all versions of a package
asdf list all flyway

# Install a specific version of a package
asdf install flyway <version>

# Install the latest stable version
asdf install flyway latest

# Set the package global version
asdf global flyway <version>

# Check the version
flyway --version

Please check asdf for more details.

License

See LICENSE ©Junmin Ahn