ec2-instance-selector plugin for the asdf version manager.
n/a
Plugin:
asdf plugin add ec2-instance-selector
# or
asdf plugin add ec2-instance-selector https://github.com/theoremlp/asdf-ec2-instance-selector.git
ec2-instance-selector:
# Show all installable versions
asdf list-all ec2-instance-selector
# Install specific version
asdf install ec2-instance-selector latest
# Set a version globally (on your ~/.tool-versions file)
asdf global ec2-instance-selector latest
# Now ec2-instance-selector commands are available
ec2-instance-selector --help
Check asdf readme for more instructions on how to install & manage versions.