summaryrefslogtreecommitdiff
path: root/plugins/kubectl/README.md
diff options
context:
space:
mode:
authorJérémy <PixiBixi@users.noreply.github.com>2025-12-17 18:50:21 +0100
committerGitHub <noreply@github.com>2025-12-17 18:50:21 +0100
commit475b18f39a2406d1ba173e36f243935be413239d (patch)
tree9442a776298a5f611fbea4fb29e15c8d658c6de5 /plugins/kubectl/README.md
parentd4a62a271529aab00db83dac72fdbd205dddc7ea (diff)
downloadzsh-475b18f39a2406d1ba173e36f243935be413239d.tar.gz
zsh-475b18f39a2406d1ba173e36f243935be413239d.tar.bz2
zsh-475b18f39a2406d1ba173e36f243935be413239d.zip
fix(kubectl)!: change alias from `kl` to `klog` (#13204)
BREAKING CHANGE: `kl` alias has been renamed to `klog`, because of conflict with https://github.com/robinovitch61/kl. Co-authored-by: Marc Cornellà <marc@mcornella.com>
Diffstat (limited to 'plugins/kubectl/README.md')
-rw-r--r--plugins/kubectl/README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/kubectl/README.md b/plugins/kubectl/README.md
index e510c5f40..19c36c991 100644
--- a/plugins/kubectl/README.md
+++ b/plugins/kubectl/README.md
@@ -88,7 +88,7 @@ plugins=(... kubectl)
| kga | `kubectl get all` | List all resources in ps format |
| kgaa | `kubectl get all --all-namespaces` | List the requested object(s) across all namespaces |
| | | **Logs** |
-| kl | `kubectl logs` | Print the logs for a container or resource |
+| klog | `kubectl logs` | Print the logs for a container or resource |
| klf | `kubectl logs -f` | Stream the logs for a container or resource (follow) |
| | | **File copy** |
| kcp | `kubectl cp` | Copy files and directories to and from containers |