Skip to content

Commit

Permalink
kubectl: add alias for kubectl cp (ohmyzsh#7068)
Browse files Browse the repository at this point in the history
  • Loading branch information
vdamle authored and Seth Cohen committed Oct 29, 2018
1 parent 6b7b471 commit 926e13b
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion plugins/kubectl/kubectl.plugin.zsh
Original file line number Diff line number Diff line change
Expand Up @@ -65,8 +65,11 @@ alias kru='kubectl rollout undo'
alias kl='kubectl logs'
alias klf='kubectl logs -f'

# File copy
alias kcp='kubectl cp'

# Node Management
alias kgno='kubectl get nodes'
alias keno='kubectl edit node'
alias kdno='kubectl describe node'
alias kdelno='kubectl delete node'
alias kdelno='kubectl delete node'

0 comments on commit 926e13b

Please sign in to comment.