azure-functions-core-tools plugin for the asdf version manager.
bash
,curl
,tar
,unzip
: generic POSIX utilities.
Plugin:
asdf plugin add azure-functions-core-tools
# or
asdf plugin add azure-functions-core-tools https://github.com/daveneeley/asdf-azure-functions-core-tools.git
azure-functions-core-tools:
# Show all installable versions
asdf list-all azure-functions-core-tools
# Install specific version
asdf install azure-functions-core-tools latest
# Set a version globally (on your ~/.tool-versions file)
asdf global azure-functions-core-tools latest
# Now azure-functions-core-tools commands are available
func --help
Check asdf readme for more instructions on how to install & manage versions.
Contributions of any kind welcome! See the contributing guide.
Thanks goes to these contributors!
See LICENSE © Dave Neeley