mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-01-02 02:19:06 +01:00
Revert "fix(kubectl)!: change alias from kl to klog (#13204)"
Some checks failed
Scorecard supply-chain security / Scorecard analysis (push) Has been cancelled
Some checks failed
Scorecard supply-chain security / Scorecard analysis (push) Has been cancelled
This reverts commit 475b18f39a.
This commit is contained in:
parent
0f45f82c0a
commit
a79b37b954
2 changed files with 2 additions and 2 deletions
|
|
@ -90,7 +90,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** |
|
||||
| klog | `kubectl logs` | Print the logs for a container or resource |
|
||||
| kl | `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 |
|
||||
|
|
|
|||
|
|
@ -135,7 +135,7 @@ alias kga='kubectl get all'
|
|||
alias kgaa='kubectl get all --all-namespaces'
|
||||
|
||||
# Logs
|
||||
alias klog='kubectl logs'
|
||||
alias kl='kubectl logs'
|
||||
alias kl1h='kubectl logs --since 1h'
|
||||
alias kl1m='kubectl logs --since 1m'
|
||||
alias kl1s='kubectl logs --since 1s'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue