Optional sources of zaw for Visual Studio Team Services.
It shows list of your repositories on Visual Studio Team Service and clones repo you choose.
If you are using zplug, just add the code below in your .zshrc.
zplug "zsh-users/zaw"
zplug "GeneralD/zaw-src-vsts", on:zsh-users/zaw, defer:2For oh-my-zsh, clone this repo into ~/.oh-my-zsh/custom/plugins and add plugin as below.
plugins+=(zaw zaw-src-vsts)If you have a config file ~/.vsts/cli/config, instance will be loaded from it.
Furthermore, you can override if you want.
ZAW_VSTS_INSTANCE='https://username.visualstudio.com'
ZAW_VSTS_CLONE_METHOD='https' # default is 'ssh'- jq
- vsts
If you are using macOS, you can install with,
brew install jq
brew install vsts-cli