https://github.com/dio/gh-istio-envoy-version
A gh extenstion that prints Envoy information of an Istio release
https://github.com/dio/gh-istio-envoy-version
Last synced: over 1 year ago
JSON representation
A gh extenstion that prints Envoy information of an Istio release
- Host: GitHub
- URL: https://github.com/dio/gh-istio-envoy-version
- Owner: dio
- Created: 2023-11-29T22:11:09.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-07-24T22:58:35.000Z (almost 2 years ago)
- Last Synced: 2025-02-01T13:12:19.867Z (over 1 year ago)
- Language: Shell
- Homepage:
- Size: 5.86 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# gh istio-envoy-version
This [`gh` CLI extension](https://cli.github.com/manual/gh_extension) resolves the envoy version of an Istio release or any commit SHA.
## Install
```
gh extension install dio/gh-istio-envoy-version
```
## Usage
To get the latest Envoy proxy version information of Istio master branch.
```
gh istio-envoy-version
```
For a specific ref:
```
gh istio-envoy-version 1.20.0
gh istio-envoy-version 2a7f00169241757f1fcea803df26d7e61148717d
```