Skip to main content
uniac dev [name]
Starts a local dev stack (Docker + Caddy + a private registry), builds the current Uniac System against it, and opens the dashboard at https://uniac.ai/local/bootstrap pointed at this stack. Without a name, uses the default stack for this project. With a name, runs a separate stack — useful for testing two configurations side-by-side.

Subcommands

SubcommandBehavior
uniac devStart the default stack and tail logs until Ctrl+C.
uniac dev [name]Start (or attach to) a named stack.
uniac dev stop [name]Stop just one stack.
uniac dev stop --allStop every stack and tear down the shared Docker infrastructure.
uniac dev statusList running stacks.

Flags

FlagBehavior
--detachDon’t tail logs; return to the shell immediately after start.
--no-openSkip opening the dashboard.
--bootstrap-url <url>Override the dashboard bootstrap URL.
--allowed-origin <url>Add an allowed origin for cross-origin browser requests to the stack.