bleep publish-local
publishes your project locally (deprecated: use 'publish local')
Synopsis
bleep publish-local <project name...> [flags]
Arguments
| Argument | Type |
|---|---|
project name | one or more |
Flags
| Flag | Description |
|---|---|
--groupId <string> | organization you will publish under |
--version <string> | version you will publish |
--to <path> | publish to a maven repository at given path |
--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 |