copilot plugin for the asdf version manager.
bash
,curl
: generic POSIX utilities.
Plugin:
asdf plugin add aws-copilot
# or
asdf plugin add aws-copilot https://github.com/NeoHsu/asdf-copilot.git
copilot:
# Show all installable versions
asdf list-all aws-copilot
# Install specific version
asdf install aws-copilot latest
# Set a version globally (on your ~/.tool-versions file)
asdf global aws-copilot latest
# Now copilot commands are available
copilot --help
Check asdf readme for more instructions on how to install & manage versions.
Contributions of any kind welcome! See the contributing guide.