Skip to content

Latest commit

 

History

History
46 lines (28 loc) · 1.24 KB

README.md

File metadata and controls

46 lines (28 loc) · 1.24 KB

asdf-smithy

Install the Smithy CLI using asdf.

asdf is a tool that makes it easy to install mutliple versions of a tool on Linux or macOS. asdf-smithy is an asdf plugin that allows you to install different versions of the Smithy CLI using asdf.

Installation

First, install asdf by following their getting started guide

Next, setup Smithy with asdf using:

asdf plugin add smithy https://github.com/smithy-lang/asdf-smithy.git

Finally, you can use the latest version of the Smithy CLI using:

asdf install smithy latest

Testing:

# asdf plugin test <plugin-name> <plugin-url> [--asdf-tool-version <version>] [--asdf-plugin-gitref <git-ref>] [test-command*]
asdf plugin test smithy https://github.com/smithy-lang/asdf-smithy.git "smithy --help"

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

Additional asdf usage information can be found in the asdf documentation.

Security

See CONTRIBUTING for more information.

License

This project is licensed under the Apache-2.0 License.