Home

Awesome

asdf-azure-cli CI Lint

azure-cli plugin for the asdf version manager.

Contents

Plugin Dependencies

Install

Plugin:

$ asdf plugin-add azure-cli https://github.com/EcoMind/asdf-azure-cli

azure-cli:

# Show all installable versions
$ asdf list-all azure-cli

# Install specific version
$ asdf install azure-cli latest

# Set a version globally (in your ~/.tool-versions file)
$ asdf global azure-cli latest

# Run azure-cli
$ az --version
azure-cli                         2.32.0
[...]

Refer to the upstream azure-cli repository for documentation and usage instructions.

Check the asdf readme for more instructions on how to install & manage versions.

License

See LICENSE