Command Line

One command.
150 tools.

Install, start, stop, and update every Stockyard tool from your terminal. One binary, one license key, the whole stack.

Install

click to copy $ curl -fsSL https://stockyard.dev/cli/install.sh | sh
Linux & macOS · amd64 + arm64 · ~7.5MB · zero dependencies

What it does

Install tools

Download any of 150 tools with one command. Binaries come from GitHub Releases. Works offline after install.

Start & stop

Manage tool processes with PID tracking, health checks, and automatic log capture. Start one tool or all of them.

One license, every tool

Set your license key once. The CLI passes it to every tool you start. Instant Pro on your whole stack.

Status dashboard

See which tools are running, their ports, health status, and uptime. All from your terminal.

Logs & monitoring

View logs for any tool. Check health endpoints. Debug issues without leaving the command line.

Update everything

Update one tool or all of them. The CLI stops, re-downloads, and restarts automatically.

In action

$ 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
View on GitHub Try live demo Browse 150 tools Get a license