Skip to content

danarth/azure-cli.zsh

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

azure-cli.zsh GitHub release

Oh My Zsh plugin providing auto-completion for Azure CLI

Usage

Add antigen bundle danarth/azure-cli.zsh to your ~/.zshrc

Clone the repository inside your oh-my-zsh repo:

git clone https://github.com/danarth/azure-cli.zsh ${ZSH_CUSTOM:-${ZSH:-~/.oh-my-zsh}/custom}/plugins/azure-cli

Then add it to your oh-my-zsh plugins:

plugins=(... azure-cli)

Caveats

So far, this plugin has only been tested on:

  • Ubuntu 18.04
  • MacOS with azure-cli installed through homebrew

Feel free to add support for other platforms