Skip to main content

Groo CLI

Groo CLI is a command-line tool for managing dev servers in monorepos.

Features

  • Service Discovery - Automatically finds all services with dev scripts
  • Interactive Selection - Multi-select UI for choosing which services to run
  • Port Detection - Smart detection for Next.js, Vite, Wrangler and more
  • Parallel Execution - Run multiple services with color-coded output
  • Log Management - View and tail logs for running services

Quick Start

# Install via Homebrew
brew install groo-dev/tap/groo

# Start dev servers interactively
groo dev

Commands

CommandDescription
groo devStart dev servers interactively
groo logsView service logs
groo statusShow status of services
groo restartRestart running services
groo stopStop all services
groo listList all projects with running services
groo open <service>Open service URL in browser