docs(core): schema update to disable nx cloud (#28432)
Add `neverConnectToCloud` to the `nx-schema.json` Fixes #28188
This commit is contained in:
parent
d1ff5fd784
commit
3d44a1d5b4
@ -171,7 +171,7 @@ Named inputs targets can refer to reduce duplication
|
||||
|
||||
• `Optional` **neverConnectToCloud**: `boolean`
|
||||
|
||||
Set this to false to disable connection to Nx Cloud
|
||||
Set this to true to disable connection to Nx Cloud
|
||||
|
||||
---
|
||||
|
||||
|
||||
@ -211,7 +211,7 @@ Named inputs targets can refer to reduce duplication
|
||||
|
||||
• `Optional` **neverConnectToCloud**: `boolean`
|
||||
|
||||
Set this to false to disable connection to Nx Cloud
|
||||
Set this to true to disable connection to Nx Cloud
|
||||
|
||||
#### Inherited from
|
||||
|
||||
|
||||
@ -89,6 +89,10 @@
|
||||
"type": "string",
|
||||
"description": "Specifies the encryption key used to encrypt artifacts data before sending it to nx cloud."
|
||||
},
|
||||
"neverConnectToCloud": {
|
||||
"type": "boolean",
|
||||
"description": "Set this to true to disable all connections to Nx Cloud."
|
||||
},
|
||||
"parallel": {
|
||||
"type": "number",
|
||||
"description": "Specifies how many tasks are ran in parallel by Nx for the default tasks runner."
|
||||
|
||||
@ -507,7 +507,7 @@ export interface NxJsonConfiguration<T = '*' | string[]> {
|
||||
useInferencePlugins?: boolean;
|
||||
|
||||
/**
|
||||
* Set this to false to disable connection to Nx Cloud
|
||||
* Set this to true to disable connection to Nx Cloud
|
||||
*/
|
||||
neverConnectToCloud?: boolean;
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user