Unverified Commit a150d8a7 authored by jxlwqq's avatar jxlwqq Committed by GitHub

feat(istioctl): add plugin for istioctl (#10410)

* Add plugin for istioctl completion. close #10405

* fix typo

* Update README.md
parent 08d086a0
# Istioctl - Istio Command-line Tool
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.
To use it, add `istioctl` to the plugins array of your zshrc file:
```sh
plugins=(... istioctl)
```
if [ $commands[istioctl] ]; then
source <(istioctl completion zsh)
compdef _istioctl istioctl
fi
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment