bleep run
run project or script
Synopsis
bleep run <project or script name> <arguments...> [flags]
Arguments
| Argument | Type |
|---|---|
project or script name | one |
arguments | one or more |
Flags
| Flag | Description |
|---|---|
--class <string> | explicitly override main class. If not set, bleep will first look in the build file, then fall back to looking into compiled class files |
--watch, -w | start in watch mode |
--no-tui | disable TUI, show summary only (for CI/agents) |
--quiet, -q | alias for --no-tui |
--flamegraph | generate execution trace (open in chrome://tracing or ui.perfetto.dev) |
--cancel | cancel any running build before starting |