Folder //free\\ | Platform Tools
What is the most useful script in your team's tools/ folder? Let me know in the comments below.
# Platform Makefile .PHONY: tools/% tools/%: @echo "🔧 Running platform tool: $ " @./tools/$ clean-volumes: tools/clean-orphaned-volumes db-failover: tools/db-failover platform tools folder
Every platform engineering team starts the same way. You build a beautiful internal developer portal (IDP), write some Terraform modules, and set up a few CI pipelines. But six months later, you hit the wall . What is the most useful script in your team's tools/ folder