31 lines
449 B
Markdown
31 lines
449 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
|
|
|
|
```terminal
|
|
nx connect-to-nx-cloud
|
|
```
|
|
|
|
Install `nx` globally to invoke the command directly using `nx`, or use `npx nx`, `yarn nx`, or `pnpm nx`.
|
|
|
|
## Options
|
|
|
|
### help
|
|
|
|
Type: `boolean`
|
|
|
|
Show help
|
|
|
|
### version
|
|
|
|
Type: `boolean`
|
|
|
|
Show version number
|