Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
stern_darwin_amd64 | 2017-04-19 | 45.5 MB | |
stern_linux_amd64 | 2017-04-19 | 26.0 MB | |
1.5.0.tar.gz | 2017-04-19 | 26.4 kB | |
1.5.0.zip | 2017-04-19 | 33.1 kB | |
README.md | 2017-04-19 | 700 Bytes | |
Totals: 5 Items | 71.5 MB | 0 |
Features:
- Change to Cobra. This enables a much more flexible cli interface and is the same library that's used underneath kubectl (@superbrothers [#36])
- Support bash and zsh autocompletion for stern commands (@superbrothers [#38])
- Dynamically populate
--namespace
and--context
flags in autocompletion (@superbrothers [#39])
Fixes:
- Fix crosscompilation issue that caused homedir to fail on Linux (@akupila [#40])
- Fix homedir path issue on Windows (@kokaz [#41])
Deprecation:
- Deprecates
--kube-config
flag in favor of--kubeconfig
. Both flags will still work until2.0.0
. This aligns the flag withkubectl
.