itspngu / asdf-azure-cli

azure-cli (az) plugin for the asdf version manager.

Home Page:https://asdf-vm.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

asdf-azure-cli CI Lint

azure-cli plugin for the asdf version manager.

ARCHIVAL NOTICE

I stopped using asdf-vm and archived this repository. If you're using this plugin, please consider forking the repository and having it added to the upstream plugin list at https://github.com/asdf-vm/asdf-plugins.

Contents

Plugin Dependencies

  • curl - for azure-cli downloads from upstream releases
  • python3 (with pip and venv modules) - for installing and running the cli

Install

Plugin:

$ asdf plugin-add azure-cli https://github.com/itspngu/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

About

azure-cli (az) plugin for the asdf version manager.

https://asdf-vm.com

License:BSD Zero Clause License


Languages

Language:Shell 100.0%