{ "id": "istioctl", "version": "1.0.6", "name": "Istio CLI (via Github Releases)", "documentationURL": "http://github.com/devcontainers-extra/features/tree/main/src/istioctl", "description": "The istioctl tool is a configuration command line utility that allows service operators to debug and diagnose their Istio service mesh deployments.", "options": { "version": { "default": "latest", "description": "Select the version to install.", "proposals": [ "latest" ], "type": "string" } }, "installsAfter": [ "ghcr.io/devcontainers-extra/features/gh-release" ] }