asdf plugin for DigitalOcean CLI.
DO command-line.
bash,curl,tar, and POSIX utilities
Plugin:
asdf plugin add doctl https://github.com/hyperpolymath/asdf-doctl-plugin.gitdoctl:
# Show all installable versions
asdf list-all doctl
# Install specific version
asdf install doctl latest
# Set a version globally (in your ~/.tool-versions file)
asdf global doctl latest
# Now doctl commands are available
doctl --versionCheck asdf readme for more instructions.
# List installed versions
asdf list doctl
# Set local version for current directory
asdf local doctl <version>
# Uninstall a version
asdf uninstall doctl <version>Contributions welcome! Read the contributing guidelines first.
Licensed under the Palimpsest-MPL License (PMPL-1.0).
Maintained by hyperpolymath