1
0
mirror of https://github.com/ohmyzsh/ohmyzsh.git synced 2026-01-14 22:47:45 +08:00
ohmyzsh-mirror/plugins/stern
2024-10-23 09:13:02 +02:00
..
README.md feat(stern): introduce stern plugin 2024-10-23 09:13:02 +02:00
stern.plugin.zsh feat(stern): introduce stern plugin 2024-10-23 09:13:02 +02:00

Stern plugin

This plugin adds completion for Stern, the multi pod and container log tailing for Kubernetes.

To use it, add stern to the plugins array in your zshrc file:

plugins=(... stern)