mirror of
https://github.com/int128/kubelogin.git
synced 2026-03-15 23:30:26 +00:00
Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
63fda1db0f | ||
|
|
da95fe470f |
@@ -15,5 +15,9 @@ brew:
|
||||
name: homebrew-kubelogin
|
||||
homepage: https://github.com/int128/kubelogin
|
||||
description: "kubectl with OpenID Connect (OIDC) authentication"
|
||||
test: system "#{bin}/kubelogin --help"
|
||||
install: bin.install "kubelogin"
|
||||
test: |
|
||||
system "#{bin}/kubelogin --help"
|
||||
system "#{bin}/kubectl-login --help"
|
||||
install: |
|
||||
bin.install "kubelogin"
|
||||
ln_s bin/"kubelogin" bin/"kubectl-login"
|
||||
|
||||
Reference in New Issue
Block a user