Skip to content

Latest commit

 

History

History
61 lines (40 loc) · 1.97 KB

README.md

File metadata and controls

61 lines (40 loc) · 1.97 KB

asdf-azure-cli

CI Lint License Doc

Forked and modified from itspngu as the project has been archived.

This repository is a azure-cli plugin for the asdf version manager. asdf plugin is a convenient way to install a large number of command line tools of various versions and to upgrade with a flat-file.

Contents

Plugin Dependencies

Install

Plugin:

asdf plugin-add azure-cli https://github.com/boris-ning-usds/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.54.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.

Uninstall

asdf plugin remove azure-cli

License

See LICENSE.