bleep compile
compile selected projects (or every project) — respects the dependency graph; supports watch mode
Synopsis
bleep compile <project name...> [flags]
Arguments
| Argument | Type |
|---|---|
project name | one or more |
Flags
| Flag | Description |
|---|---|
--watch, -w | start in watch mode |
--no-tui | disable TUI, show summary only (for CI/agents) |
--quiet, -q | alias for --no-tui |
--diff-watch | watch mode with per-project diffs between cycles |
--flamegraph | generate execution trace (open in chrome://tracing or ui.perfetto.dev) |
--cancel | cancel any running build before starting |