-
Notifications
You must be signed in to change notification settings - Fork 2.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
docs(core): env variable pages link to each other #16258
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
☁️ Nx Cloud ReportCI is running/has finished running commands for commit 69b587c. As they complete they will appear below. Click to see the status, the terminal output, and the build insights. 📂 See all runs for this branch ✅ Successfully ran 1 targetSent with 💌 from NxCloud. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Just some minor comments. Having a table for Nx Cloud env var page as well would be better imho
@@ -1,6 +1,6 @@ | |||
# Environment Variables | |||
|
|||
## NX_BRANCH and NX_CI_EXECUTION_ID | |||
### NX_BRANCH and NX_CI_EXECUTION_ID |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Could we have the same table layout her as for the Nx env variables?
@@ -32,3 +32,5 @@ Nx will set the following environment variables so they can be accessible within | |||
| NX_TASK_TARGET_CONFIGURATION | string | Set to the configuration name of the task being run. Use this to tell which configuration of the target is being run. | | |||
| NX_DRY_RUN | boolean | Set to `true` during dry runs of generators. Use this to avoid side effects during generators. | | |||
| NX_INTERACTIVE | boolean | Set to `false` when running generators with `--interactive=false`. Use this to prevent prompting during generators | | |||
|
|||
When using distributed caching, [Nx Cloud Environment Variables](/nx-cloud/reference/env-vars) are also available. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM, potentially we could have it as a callout here as well. Like "Looking for Nx Cloud environment variables? ..."
This pull request has already been merged/closed. If you experience issues related to these changes, please open a new issue referencing this pull request. |
Links the environment variable pages to each other