Folder [hot] - Platform Tools

April 14, 2026 Reading Time: 4 minutes

When the database is down, you don't want to Google kubectl commands. platform tools folder

# tools/bootstrap-dev #!/bin/bash # Installs the exact versions of Terragrunt, Helm, and Node used in production ./tools/install-tfenv && tfenv install ./tools/install-helm-3.14 A tools/ folder is useless if nobody knows how to invoke it. Add a Makefile at your repo root to act as the catalog. April 14, 2026 Reading Time: 4 minutes When