Last active
October 21, 2019 12:55
-
-
Save gracefullight/fcea12778178833070a3b92d9bb5dd9c to your computer and use it in GitHub Desktop.
kubectxwin
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"homepage": "https://github.com/thomasliddledba/kubectxwin", | |
"description": "Windows Version of the powerful tool kubectx.", | |
"license": "MIT", | |
"version": "0.1.1", | |
"architecture": { | |
"64bit": { | |
"url": "https://github.com/thomasliddledba/kubectxwin/releases/download/0.1.1/kubectxwin.exe", | |
"hash": "sha1:34703BCB9B16865541E58524B596B1AEC0E4E3D0" | |
} | |
}, | |
"bin": [ | |
"kubectxwin.exe", | |
[ | |
"kubectxwin.exe", | |
"kubectx" | |
] | |
], | |
"checkver": "github", | |
"autoupdate": { | |
"architecture": { | |
"64bit": { | |
"url": "https://github.com/thomasliddledba/kubectxwin/releases/download/$version/kubectxwin.exe" | |
} | |
} | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment