31 lines
373 B
Markdown
31 lines
373 B
Markdown
---
|
|
title: 'connect - CLI command'
|
|
description: 'Connect workspace to Nx Cloud'
|
|
---
|
|
|
|
# connect
|
|
|
|
Connect workspace to Nx Cloud
|
|
|
|
## Usage
|
|
|
|
```terminal
|
|
nx connect
|
|
```
|
|
|
|
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
|