Skip to content

smithy-lang/asdf-smithy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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.

About

No description, website, or topics provided.

Resources

License

Code of conduct

Security policy

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages