Compare commits

...

2 Commits
1.8 ... 1.8.1

Author SHA1 Message Date
Hidetake Iwata
63fda1db0f Merge pull request #25 from int128/kubectl-plugin
Add kubectl plugin support
2018-11-09 11:39:52 +09:00
Hidetake Iwata
da95fe470f Add kubectl plugin support 2018-11-09 11:37:38 +09:00
2 changed files with 7 additions and 3 deletions

View File

@@ -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"

View File

@@ -20,7 +20,7 @@ brew tap int128/kubelogin
brew install kubelogin
```
After initial setup or when the token has been expired, just run `kubelogin`.
After initial setup or when the token has been expired, just run `kubelogin` or `kubectl login`.
```
% kubelogin