26 lines
357 B
Markdown
26 lines
357 B
Markdown
# daemon:start
|
|
|
|
EXPERIMENTAL: Start the project graph daemon server (either in the background or the current process)
|
|
|
|
## Usage
|
|
|
|
```bash
|
|
nx daemon:start
|
|
```
|
|
|
|
Install `nx` globally to invoke the command directly using `nx`, or use `npm run nx` or `yarn nx`.
|
|
|
|
## Options
|
|
|
|
### background
|
|
|
|
Default: `true`
|
|
|
|
### help
|
|
|
|
Show help
|
|
|
|
### version
|
|
|
|
Show version number
|