diff --git a/docs/cli-reference.md b/docs/cli-reference.md index 9bbb9b0..bf8d368 100644 --- a/docs/cli-reference.md +++ b/docs/cli-reference.md @@ -20,8 +20,8 @@ Initializes a new Dozer project by generating the foundational `dozer-config.yam #### `dozer live` Initiates an in-browser interface for real-time Dozer application development. As the source code is modified in the IDE, changes are immediately reflected in this interface, enabling instant visualization and interactive testing. It streamlines the feedback loop, offering insights into data flows, configurations, and endpoints, all within the context of the live application. -#### `dozer run` -Initiates Dozer in a non-interactive way, but starting both `app` and `api` as different threads of the same process. +#### `dozer run [--locked]` +Initiates Dozer in a non-interactive way, but starting both `app` and `api` as different threads of the same process. The `--locked` flag to `dozer run` is optional. ## Self-Hosted Deployment diff --git a/docs/getting_started/core/monitoring-your-application.md b/docs/getting_started/core/monitoring-your-application.md index 3654935..17cb27a 100644 --- a/docs/getting_started/core/monitoring-your-application.md +++ b/docs/getting_started/core/monitoring-your-application.md @@ -44,7 +44,7 @@ To check if the ***dozer-ui-lite*** is running properly with your dozer applicat Then let's run your dozer application! ```bash -dozer +dozer run ```