17 lines
753 B
Markdown
17 lines
753 B
Markdown
---
|
|
title: 'view-logs - CLI command'
|
|
description: 'Enables you to view and interact with the logs via the advanced analytic UI from Nx Cloud to help you debug your issue. To do this, Nx needs to connect your workspace to Nx Cloud and upload the most recent run details. Only the metrics are uploaded, not the artefacts.'
|
|
---
|
|
|
|
# view-logs
|
|
|
|
Enables you to view and interact with the logs via the advanced analytic UI from Nx Cloud to help you debug your issue. To do this, Nx needs to connect your workspace to Nx Cloud and upload the most recent run details. Only the metrics are uploaded, not the artefacts.
|
|
|
|
## Usage
|
|
|
|
```shell
|
|
nx view-logs
|
|
```
|
|
|
|
Install `nx` globally to invoke the command directly using `nx`, or use `npx nx`, `yarn nx`, or `pnpm nx`.
|