1
0
mirror of https://github.com/ohmyzsh/ohmyzsh.git synced 2026-04-03 20:24:09 +08:00
ohmyzsh-mirror/plugins/stern/README.md
2024-10-23 09:13:02 +02:00

10 lines
242 B
Markdown

# Stern plugin
This plugin adds completion for [Stern](https://github.com/stern/stern), the multi pod and container log tailing for Kubernetes.
To use it, add `stern` to the plugins array in your zshrc file:
```zsh
plugins=(... stern)
```