ohmyzsh/plugins/istioctl
2025-10-06 10:16:11 -04:00
..
istioctl.plugin.zsh Resolved merge conflicts: kept updated .gitpod.Dockerfile and .gitpod.yml 2025-10-06 10:16:11 -04:00
README.md Resolved merge conflicts: kept updated .gitpod.Dockerfile and .gitpod.yml 2025-10-06 10:16:11 -04:00

Istioctl - Istio Command-line Tool

The 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:

plugins=(... istioctl)