0
0
Fork 0
mirror of https://github.com/ohmyzsh/ohmyzsh.git synced 2024-09-19 04:01:21 +02:00

Add kubectl alias for apply (#6662)

This commit is contained in:
Andrea Giardini 2018-03-09 17:14:09 +01:00 committed by Robby Russell
parent 7c2028e84e
commit afad3e1f8d

View file

@ -9,6 +9,9 @@ fi
# This command is used ALOT both below and in daily life
alias k=kubectl
# Apply a YML file
alias kaf='k apply -f'
# Drop into an interactive terminal on a container
alias keti='k exec -ti'