Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions docs/cli-reference.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion docs/getting_started/core/monitoring-your-application.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
```

<br/>
Expand Down