17 lines
377 B
Markdown
17 lines
377 B
Markdown
---
|
|
title: 'report - CLI command'
|
|
description: 'Reports useful version numbers to copy into the Nx issue template'
|
|
---
|
|
|
|
# report
|
|
|
|
Reports useful version numbers to copy into the Nx issue template
|
|
|
|
## Usage
|
|
|
|
```bash
|
|
nx report
|
|
```
|
|
|
|
[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`.
|