ShellYard
Last reviewed against v0.9.0 source: internal/tools/bulk_command.go

Bulk command

Run one command across many saved hosts. Per-host grid with success / fail badges.

Run one command across many saved hosts. Results render as a per-host grid with success/fail badges and the command output inline.

Tier-gated to Team+.

Use cases

  • “Show interface descriptions on every core switch”
  • “uname -a on every Linux box”
  • “Restart the AV service on every Crestron processor”

For parallel SSH with concurrency control instead of one-shot bulk, see Batch SSH.