Firebase • Git • NPM • Docker • Cloud Run • Terminal
firebase use --add to create aliases like "prod" or "dev".
firebase use prod.
git add.
docker ps.
lsof or ps aux.
hostname -I instead.
Ctrl+R in terminal to reverse-search your command history.
Press Tab to autocomplete paths and commands. Chain commands with && (runs next only if previous succeeds).
/history inside the REPL.
--resume to jump back in.
CLAUDE.md file in your project root. Claude reads it automatically at startup. Put your stack, conventions, and "never do X" rules in there.
--dangerously-skip-permissions + -p together for large single-file builds. No interruptions, no confirmations mid-write.
/compact before it hits the wall, not after.