Skip to content

Latest commit

 

History

History
24 lines (16 loc) · 783 Bytes

contributing.md

File metadata and controls

24 lines (16 loc) · 783 Bytes

Contributing

Testing Locally:

asdf plugin test <plugin-name> <plugin-url> [--asdf-tool-version <version>] [--asdf-plugin-gitref <git-ref>] [test-command*]

# TODO: adapt this
asdf plugin test sst https://github.com/nurulhudaapon/asdf-sst.git "sst version"

# Test canary
asdf plugin test sst https://github.com/nurulhudaapon/asdf-sst.git --asdf-tool-version 0.0.489 --asdf-plugin-gitref canary "sst version"

# Install canary
asdf plugin update sst canary

# Local Test Download
ASDF_DOWNLOAD_PATH="./dist" ASDF_INSTALL_VERSION=3.0.42 bash bin/download

# Local Test Install
ASDF_DOWNLOAD_PATH="./dist" ASDF_INSTALL_VERSION=3.0.42 ASDF_INSTALL_PATH="./dist" ASDF_INSTALL_TYPE="version" bash bin/install

Tests are automatically run in GitHub Actions on push and PR.