39 lines
446 B
Markdown
39 lines
446 B
Markdown
---
|
|
title: 'connect - CLI command'
|
|
description: 'Connect workspace to Nx Cloud'
|
|
---
|
|
|
|
# connect
|
|
|
|
Connect workspace to Nx Cloud
|
|
|
|
## Usage
|
|
|
|
```shell
|
|
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
|
|
|
|
### interactive
|
|
|
|
Type: `boolean`
|
|
|
|
Default: `true`
|
|
|
|
Prompt for confirmation
|
|
|
|
### version
|
|
|
|
Type: `boolean`
|
|
|
|
Show version number
|