Platform Tools Folder [new]

Stop asking devs to install 14 different CLIs.

We moved it all to tools/monday-cleanup . Now, the on-call engineer runs:

./tools/monday-cleanup --dry-run ./tools/monday-cleanup --apply platform tools folder

Before you start creating random shell scripts, follow these three rules:

Most teams stop at a scripts/ folder for CI helpers. The tools/ folder is different. It is for platform operators . Stop asking devs to install 14 different CLIs

A versatile tool that manages the state of an emulator or connected Android device. It is used to install APKs, pull/push files, and run shell commands.

A tools/ folder is useless if nobody knows how to invoke it. Add a Makefile at your repo root to act as the catalog. The tools/ folder is different

It is not a dumping ground. It is a curated, version-controlled, executable collection of scripts, binaries, and utilities designed to your platform.

What is the most useful script in your team's tools/ folder? Let me know in the comments below.

make db-failover

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