feat(mise/tools): add stern and kubetail

This commit is contained in:
2025-05-03 13:33:52 +01:00
parent 0d02455a73
commit 52f4d43ddf
2 changed files with 10 additions and 0 deletions

View File

@@ -76,3 +76,11 @@ fi
if command-exists helmfile; then
setup-completions helmfile "$(command-path helmfile)" helmfile completion zsh
fi
if command-exists stern; then
setup-completions stern "$(command-path stern)" stern --completion zsh
fi
if command-exists kubetail; then
setup-completions kubetail "$(command-path kubetail)" kubetail completion zsh
fi