Skip to content

Commit d3bd392

Browse files
committed
docs(core): add documentation for new env variables
1 parent 5516e91 commit d3bd392

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

docs/shared/reference/environment-variables.md

+4-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,10 @@ The following environment variables are ones that you can set to change the beha
1717
| NX_WORKSPACE_DATA_DIRECTORY | string | The project graph cache and some other internal nx caches are stored in `.nx/workspace-data` by default. Set this variable to use a different directory. |
1818
| NX_PARALLEL | number | The number of tasks Nx should run in parallel. Overrides any configured value inside nx.json |
1919
| NX_RUNNER | string | The name of task runner from the config to use. Can be overridden on the command line with `--runner`. Not read if `NX_TASKS_RUNNER` is set. |
20-
| NX_SKIP_NX_CACHE | boolean | Rerun the tasks even when the results are available in the cache |
20+
| NX_SKIP_NX_CACHE | boolean | Rerun the tasks even when the results are available in the cache. |
21+
| NX_DISABLE_NX_CACHE | boolean | Rerun the tasks even when the results are available in the cache. |
22+
| NX_SKIP_REMOTE_CACHE | boolean | Disable all remote caching features. This means that the remote cache will not be read from or written to. Includes Nx Cloud and Powerpack Caches. |
23+
| NX_DISABLE_REMOTE_CACHE | boolean | Disable all remote caching features. This means that the remote cache will not be read from or written to. Includes Nx Cloud and Powerpack Caches. |
2124
| NX_TASKS_RUNNER | string | The name of task runner from the config to use. Can be overridden on the command line with `--runner`. Preferred over `NX_RUNNER`. |
2225
| NX_TASKS_RUNNER_DYNAMIC_OUTPUT | boolean | If set to `false`, will use non-dynamic terminal output strategy (what you see in CI), even when you terminal can support the dynamic version |
2326
| NX_VERBOSE_LOGGING | boolean | If set to `true`, will print debug information useful for troubleshooting |

0 commit comments

Comments
 (0)