]> src.twobees.de Git - dotfiles.git/blob - stow/oh-my-zsh/.oh-my-zsh/plugins/istioctl/README.md
...
[dotfiles.git] / stow / oh-my-zsh / .oh-my-zsh / plugins / istioctl / README.md
1 # Istioctl - Istio Command-line Tool
2
3 The [istioctl](https://istio.io/latest/docs/ops/diagnostic-tools/istioctl/) tool is a configuration command line utility that allows service operators to debug and diagnose their Istio service mesh deployments.
4
5 To use it, add `istioctl` to the plugins array of your zshrc file:
6
7 ```sh
8 plugins=(... istioctl)
9 ```