Creates a [custom landing page for Nx commands](https://nx-dev-git-docs-commands-landing-page-nrwl.vercel.app/reference/nx-commands)
26 lines
655 B
Markdown
26 lines
655 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
|
|
|
|
```shell
|
|
nx daemon
|
|
```
|
|
|
|
Install `nx` globally to invoke the command directly using `nx`, or use `npx nx`, `yarn nx`, or `pnpm nx`.
|
|
|
|
## Options
|
|
|
|
| Option | Type | Description |
|
|
| ----------- | ------- | ------------------- |
|
|
| `--help` | boolean | Show help |
|
|
| `--start` | boolean | (Default: `false`) |
|
|
| `--stop` | boolean | (Default: `false`) |
|
|
| `--version` | boolean | Show version number |
|