mirror of
https://github.com/jimeh/dotfiles.git
synced 2026-02-19 13:46:41 +00:00
feat(mise/tools): add stern and kubetail
This commit is contained in:
@@ -67,6 +67,7 @@ ruby_install = true
|
|||||||
"pipx:fonttools" = "latest"
|
"pipx:fonttools" = "latest"
|
||||||
"pipx:pipx" = "latest"
|
"pipx:pipx" = "latest"
|
||||||
"pipx:yamllint" = "latest"
|
"pipx:yamllint" = "latest"
|
||||||
|
"ubi:kubetail-org/kubetail" = { version = "cli/v0.4.4", tag_regex = "^cli\\/v\\d+" }
|
||||||
1password-cli = "latest"
|
1password-cli = "latest"
|
||||||
actionlint = "latest"
|
actionlint = "latest"
|
||||||
argo-rollouts = "latest"
|
argo-rollouts = "latest"
|
||||||
@@ -124,6 +125,7 @@ shfmt = "latest"
|
|||||||
sops = "latest"
|
sops = "latest"
|
||||||
starship = "latest"
|
starship = "latest"
|
||||||
staticcheck = "latest"
|
staticcheck = "latest"
|
||||||
|
stern = "latest"
|
||||||
talosctl = "latest"
|
talosctl = "latest"
|
||||||
taplo = "latest"
|
taplo = "latest"
|
||||||
terraform = "latest"
|
terraform = "latest"
|
||||||
|
|||||||
@@ -76,3 +76,11 @@ fi
|
|||||||
if command-exists helmfile; then
|
if command-exists helmfile; then
|
||||||
setup-completions helmfile "$(command-path helmfile)" helmfile completion zsh
|
setup-completions helmfile "$(command-path helmfile)" helmfile completion zsh
|
||||||
fi
|
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
|
||||||
|
|||||||
Reference in New Issue
Block a user