Files
linux-workspace/doc/cheatsheet.md
2020-09-18 10:51:53 +02:00

294 B

List of popular commands and shortcuts

# from previous comand
!0 - command itself
!^ - first argument
!$ - last argument
!* - all arguments

# Kubernetes
# ~/.kube/config
kubectl config get-contexts
kubectl config use-context <context>

# AWS
aws eks update-kubeconfig --name nas