1
0
mirror of https://github.com/robbyrussell/oh-my-zsh.git synced 2025-12-26 05:04:45 +01:00
Files
oh-my-zsh/plugins/stern/README.md
2024-10-23 09:13:02 +02:00

242 B

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)