You've marked 0 of 9 pages in CLI Reference understood. View your progress →
CLI Reference — Roadmap
A reference, so "done" just means "you know where to look." Check off what you can already run from muscle memory.
1. Linux & Shell
- Process inspection:
ps,top/htop,kill,jobs/fg/bg - File & permission ops:
find,chmod/chown,du/df,ln - Text processing:
grep,sed,awk,jq - Networking:
curl,ss/netstat,dig,sshtunnels
2. Git
- Interactive rebase (
rebase -i) and conflict resolution -
bisectfor finding a regression -
reflogfor recovering "lost" commits -
worktreefor parallel checkouts -
cherry-pickandstashworkflows
3. Docker & Compose
-
build/run/exec/logsfluently - Compose for multi-container local dev
- Image/layer inspection and pruning
4. kubectl
-
get/describe/logs/execfor debugging a running pod -
applyvscreatevsedit -
port-forward,rollout,scale
5. Terraform
-
init/plan/apply/destroyloop -
statesubcommands for drift/surgery -
workspacefor environment separation
6. Cloud CLIs
- Auth:
aws configure,az login,gcloud auth login - Compute lifecycle in all three
- Object storage cp/sync in all three
- Managed Kubernetes credentials (
eks/aks/gke) in all three
7. Package Managers
-
pip+venvbasics - Poetry or uv for a real project (lockfile,
run) -
npmbasics (this site's own build uses it)