Install, start, stop, and update every Stockyard tool from your terminal. One binary, one license key, the whole stack.
Download any of 150 tools with one command. Binaries come from GitHub Releases. Works offline after install.
Manage tool processes with PID tracking, health checks, and automatic log capture. Start one tool or all of them.
Set your license key once. The CLI passes it to every tool you start. Instant Pro on your whole stack.
See which tools are running, their ports, health status, and uptime. All from your terminal.
View logs for any tool. Check health endpoints. Debug issues without leaving the command line.
Update one tool or all of them. The CLI stops, re-downloads, and restarts automatically.
$ stockyard install corral paddock saltlick Installing Corral... Downloading Corral v1.2.1... ✓ Installed Corral v1.2.1 (port 8760) Installing Paddock... ✓ Installed Paddock v1.0.4 (port 8750) Installing Salt Lick... ✓ Installed Salt Lick v1.1.0 (port 8730) $ stockyard start --all ✓ Corral is running and healthy on :8760 ✓ Paddock is running and healthy on :8750 ✓ Salt Lick is running and healthy on :8730 $ stockyard status Stockyard — 3 installed, 3 running, 0 stopped ● Corral :8760 running ▲ 3d 2h ● Paddock :8750 running ▲ 3d 2h ● Salt Lick :8730 running ▲ 3d 2h $ stockyard license set SY-xxxxx ✓ License key saved. Restart running tools to apply: stockyard restart --all