bleep dist
creates a folder with a runnable distribution
Synopsis
bleep dist <project name exact> <path> [flags]
Arguments
| Argument | Type |
|---|---|
project name exact | one |
path | one |
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 |