# 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

Open your platform repo. Create a tools/ folder. Add one script you manually ran last week. Commit it with a good comment. Show your team at standup.

Often invoked through ADB, this tool allows users to view real-time system and application logs for debugging. How to Install and Set Up

Most teams stop at a scripts/ folder for CI helpers. The tools/ folder is different. It is for platform operators .

Here is why adding a dedicated tools/ directory to your platform repository is the highest leverage, lowest effort change you can make this quarter.