diff --git a/docs/generated/cli/run.md b/docs/generated/cli/run.md index 98bd15d0bb..82c9688f27 100644 --- a/docs/generated/cli/run.md +++ b/docs/generated/cli/run.md @@ -1,11 +1,11 @@ --- title: 'run - CLI command' -description: 'Runs an Architect target with an optional custom builder configuration defined in your project.' +description: 'Runs a target defined for your project. Target definitions can be found in the `scripts` property of the project `package.json`, or in the `targets` property of the project `project.json` file.' --- # run -Runs an Architect target with an optional custom builder configuration defined in your project. +Runs a target defined for your project. Target definitions can be found in the `scripts` property of the project `package.json`, or in the `targets` property of the project `project.json` file. ## Usage diff --git a/docs/generated/packages/nest/documents/overview.md b/docs/generated/packages/nest/documents/overview.md index f5562023b0..4ce12d7b72 100644 --- a/docs/generated/packages/nest/documents/overview.md +++ b/docs/generated/packages/nest/documents/overview.md @@ -93,7 +93,7 @@ nx build my-nest-lib #### Waiting for other builds -Setting the `waitUntilTargets` option with an array of projects (with the following format: `"project:architect"`) will execute those commands before serving the Nest application. +Setting the `waitUntilTargets` option with an array of projects (with the following format: `"project:target"`) will execute those commands before serving the Nest application. ### Serve diff --git a/docs/generated/packages/node/documents/overview.md b/docs/generated/packages/node/documents/overview.md index c0ef1939d0..2c397a4b74 100644 --- a/docs/generated/packages/node/documents/overview.md +++ b/docs/generated/packages/node/documents/overview.md @@ -76,7 +76,7 @@ nx g @nrwl/node:application my-new-app \ ### Debugging -Debugging is set to use a random port that is available on the system. The port can be changed by setting the port option in the `serve` architect in the project.json. Or by running the serve command with `--port `. +Debugging is set to use a random port that is available on the system. The port can be changed by setting the port option in the `serve` target in the project.json. Or by running the serve command with `--port `. For additional information on how to debug Node applications, see the [Node.js debugging getting started guide](https://nodejs.org/en/docs/guides/debugging-getting-started/#inspector-clients). diff --git a/docs/generated/packages/nx/documents/run.md b/docs/generated/packages/nx/documents/run.md index 98bd15d0bb..82c9688f27 100644 --- a/docs/generated/packages/nx/documents/run.md +++ b/docs/generated/packages/nx/documents/run.md @@ -1,11 +1,11 @@ --- title: 'run - CLI command' -description: 'Runs an Architect target with an optional custom builder configuration defined in your project.' +description: 'Runs a target defined for your project. Target definitions can be found in the `scripts` property of the project `package.json`, or in the `targets` property of the project `project.json` file.' --- # run -Runs an Architect target with an optional custom builder configuration defined in your project. +Runs a target defined for your project. Target definitions can be found in the `scripts` property of the project `package.json`, or in the `targets` property of the project `project.json` file. ## Usage diff --git a/docs/shared/cli/run.md b/docs/shared/cli/run.md index 98bd15d0bb..82c9688f27 100644 --- a/docs/shared/cli/run.md +++ b/docs/shared/cli/run.md @@ -1,11 +1,11 @@ --- title: 'run - CLI command' -description: 'Runs an Architect target with an optional custom builder configuration defined in your project.' +description: 'Runs a target defined for your project. Target definitions can be found in the `scripts` property of the project `package.json`, or in the `targets` property of the project `project.json` file.' --- # run -Runs an Architect target with an optional custom builder configuration defined in your project. +Runs a target defined for your project. Target definitions can be found in the `scripts` property of the project `package.json`, or in the `targets` property of the project `project.json` file. ## Usage diff --git a/docs/shared/core-features/integrate-with-editors.md b/docs/shared/core-features/integrate-with-editors.md index e897066b9f..454c395a20 100644 --- a/docs/shared/core-features/integrate-with-editors.md +++ b/docs/shared/core-features/integrate-with-editors.md @@ -1,6 +1,6 @@ # Integrate with Editors -Nx Console is the UI for Nx. It works for any generator or any architect commands. Nx Console does not have a specific UI for, say, generating a component. Instead, Nx Console does what the command-line version of Nx does - it analyzes the same meta information to create the needed UI. This means that anything you can do with Nx, you can do with Nx Console. +Nx Console is the UI for Nx. It works for any installed generators or any targets defined in your workspace. Nx Console does not have a specific UI for, say, generating a component. Instead, Nx Console does what the command-line version of Nx does - it analyzes the same meta information to create the needed UI. This means that anything you can do with Nx, you can do with Nx Console. ## Download diff --git a/docs/shared/packages/nest/nest-plugin.md b/docs/shared/packages/nest/nest-plugin.md index f5562023b0..4ce12d7b72 100644 --- a/docs/shared/packages/nest/nest-plugin.md +++ b/docs/shared/packages/nest/nest-plugin.md @@ -93,7 +93,7 @@ nx build my-nest-lib #### Waiting for other builds -Setting the `waitUntilTargets` option with an array of projects (with the following format: `"project:architect"`) will execute those commands before serving the Nest application. +Setting the `waitUntilTargets` option with an array of projects (with the following format: `"project:target"`) will execute those commands before serving the Nest application. ### Serve diff --git a/docs/shared/packages/node/node-plugin.md b/docs/shared/packages/node/node-plugin.md index c0ef1939d0..2c397a4b74 100644 --- a/docs/shared/packages/node/node-plugin.md +++ b/docs/shared/packages/node/node-plugin.md @@ -76,7 +76,7 @@ nx g @nrwl/node:application my-new-app \ ### Debugging -Debugging is set to use a random port that is available on the system. The port can be changed by setting the port option in the `serve` architect in the project.json. Or by running the serve command with `--port `. +Debugging is set to use a random port that is available on the system. The port can be changed by setting the port option in the `serve` target in the project.json. Or by running the serve command with `--port `. For additional information on how to debug Node applications, see the [Node.js debugging getting started guide](https://nodejs.org/en/docs/guides/debugging-getting-started/#inspector-clients).