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