-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Adds nx sync to command reference - Updates nx.json reference - Update project configuration reference - Adds a sync generators concept page - Adds a Register a Sync Generator recipe under Extending Nx Recipes --------- Co-authored-by: James Henry <[email protected]>
1 parent
b6140d4
commit 4517d9f
Showing
18 changed files
with
514 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,24 @@ | ||
--- | ||
title: 'sync:check - CLI command' | ||
description: 'Check that no changes are required after running all sync generators.' | ||
--- | ||
|
||
# sync:check | ||
|
||
Check that no changes are required after running all sync generators. | ||
|
||
## Usage | ||
|
||
```shell | ||
nx sync:check | ||
``` | ||
|
||
Install `nx` globally to invoke the command directly using `nx`, or use `npx nx`, `yarn nx`, or `pnpm nx`. | ||
|
||
## Options | ||
|
||
| Option | Type | Description | | ||
| ----------- | ------- | ---------------------------------------------------------------------- | | ||
| `--help` | boolean | Show help. | | ||
| `--verbose` | boolean | Prints additional information about the commands (e.g., stack traces). | | ||
| `--version` | boolean | Show version number. | |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,24 @@ | ||
--- | ||
title: 'sync - CLI command' | ||
description: 'Sync the workspace files by running all the sync generators.' | ||
--- | ||
|
||
# sync | ||
|
||
Sync the workspace files by running all the sync generators. | ||
|
||
## Usage | ||
|
||
```shell | ||
nx sync | ||
``` | ||
|
||
Install `nx` globally to invoke the command directly using `nx`, or use `npx nx`, `yarn nx`, or `pnpm nx`. | ||
|
||
## Options | ||
|
||
| Option | Type | Description | | ||
| ----------- | ------- | ---------------------------------------------------------------------- | | ||
| `--help` | boolean | Show help. | | ||
| `--verbose` | boolean | Prints additional information about the commands (e.g., stack traces). | | ||
| `--version` | boolean | Show version number. | |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,24 @@ | ||
--- | ||
title: 'sync:check - CLI command' | ||
description: 'Check that no changes are required after running all sync generators.' | ||
--- | ||
|
||
# sync:check | ||
|
||
Check that no changes are required after running all sync generators. | ||
|
||
## Usage | ||
|
||
```shell | ||
nx sync:check | ||
``` | ||
|
||
Install `nx` globally to invoke the command directly using `nx`, or use `npx nx`, `yarn nx`, or `pnpm nx`. | ||
|
||
## Options | ||
|
||
| Option | Type | Description | | ||
| ----------- | ------- | ---------------------------------------------------------------------- | | ||
| `--help` | boolean | Show help. | | ||
| `--verbose` | boolean | Prints additional information about the commands (e.g., stack traces). | | ||
| `--version` | boolean | Show version number. | |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,24 @@ | ||
--- | ||
title: 'sync - CLI command' | ||
description: 'Sync the workspace files by running all the sync generators.' | ||
--- | ||
|
||
# sync | ||
|
||
Sync the workspace files by running all the sync generators. | ||
|
||
## Usage | ||
|
||
```shell | ||
nx sync | ||
``` | ||
|
||
Install `nx` globally to invoke the command directly using `nx`, or use `npx nx`, `yarn nx`, or `pnpm nx`. | ||
|
||
## Options | ||
|
||
| Option | Type | Description | | ||
| ----------- | ------- | ---------------------------------------------------------------------- | | ||
| `--help` | boolean | Show help. | | ||
| `--verbose` | boolean | Prints additional information about the commands (e.g., stack traces). | | ||
| `--version` | boolean | Show version number. | |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.