File tree Expand file tree Collapse file tree 1 file changed +32
-0
lines changed
Expand file tree Collapse file tree 1 file changed +32
-0
lines changed Original file line number Diff line number Diff line change 1+ # azure-cli.zsh ![ GitHub release] ( https://img.shields.io/github/release/danarth/azure-cli.zsh.svg )
2+
3+ Oh My Zsh plugin providing auto-completion for [ Azure CLI] ( https://learn.microsoft.com/en-us/cli/azure/ )
4+
5+ ## Usage
6+
7+ ### [ antigen] ( https://github.com/zsh-users/antigen )
8+
9+ Add antigen bundle danarth/azure-cli.zsh to your ~ /.zshrc
10+
11+ ### [ oh-my-zsh] ( https://github.com/oh-my-zsh/oh-my-zsh )
12+
13+ Clone the repository inside your oh-my-zsh repo:
14+
15+ ```
16+ git clone https://github.com/danarth/azure-cli.zsh ${ZSH_CUSTOM:-${ZSH:-~/.oh-my-zsh}/custom}/plugins/azure-cli
17+ ```
18+
19+ Then add it to your oh-my-zsh plugins:
20+
21+ ```
22+ plugins=(... azure-cli)
23+ ```
24+
25+ ## Caveats
26+
27+ So far, this plugin has only been tested on:
28+
29+ * Ubuntu 18.04
30+ * MacOS with azure-cli installed through homebrew
31+
32+ Feel free to add support for other platforms
You can’t perform that action at this time.
0 commit comments