43 lines
578 B
Markdown
43 lines
578 B
Markdown
---
|
|
title: 'daemon - CLI command'
|
|
description: 'Prints information about the Nx Daemon process or starts a daemon process'
|
|
---
|
|
|
|
# daemon
|
|
|
|
Prints information about the Nx Daemon process or starts a daemon process
|
|
|
|
## Usage
|
|
|
|
```bash
|
|
nx daemon
|
|
```
|
|
|
|
[Install `nx` globally](/getting-started/nx-setup#install-nx) to invoke the command directly using `nx`, or use `npx nx`, `yarn nx`, or `pnpx nx`.
|
|
|
|
## Options
|
|
|
|
### background
|
|
|
|
Type: boolean
|
|
|
|
Default: true
|
|
|
|
### help
|
|
|
|
Type: boolean
|
|
|
|
Show help
|
|
|
|
### start
|
|
|
|
Type: boolean
|
|
|
|
Default: false
|
|
|
|
### version
|
|
|
|
Type: boolean
|
|
|
|
Show version number
|