Skip to content

Commit 238271e

Browse files
committed
docs(README) add readme
1 parent f5329a4 commit 238271e

File tree

1 file changed

+32
-0
lines changed

1 file changed

+32
-0
lines changed

README.md

Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
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

0 commit comments

Comments
 (0)