27 lines
451 B
Markdown
27 lines
451 B
Markdown
---
|
|
title: 'connect-to-nx-cloud - CLI command'
|
|
description: 'Makes sure the workspace is connected to Nx Cloud'
|
|
---
|
|
|
|
# connect-to-nx-cloud
|
|
|
|
Makes sure the workspace is connected to Nx Cloud
|
|
|
|
## Usage
|
|
|
|
```bash
|
|
nx connect-to-nx-cloud
|
|
```
|
|
|
|
[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
|
|
|
|
### help
|
|
|
|
Show help
|
|
|
|
### version
|
|
|
|
Show version number
|