@turbo/types 2.0.4-canary.1 → 2.0.4-canary.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +1 -1
- package/src/types/config.ts +7 -7
package/package.json
CHANGED
package/src/types/config.ts
CHANGED
|
@@ -14,7 +14,7 @@ export interface BaseSchema {
|
|
|
14
14
|
* these conventions to schedule, execute, and cache the outputs of tasks in
|
|
15
15
|
* your project.
|
|
16
16
|
*
|
|
17
|
-
* Documentation: https://turbo.build/repo/docs/reference/configuration#
|
|
17
|
+
* Documentation: https://turbo.build/repo/docs/reference/configuration#tasks
|
|
18
18
|
*
|
|
19
19
|
* @defaultValue `{}`
|
|
20
20
|
*/
|
|
@@ -94,7 +94,7 @@ export interface RootSchema extends BaseSchema {
|
|
|
94
94
|
* An allowlist of environment variables that should be made to all tasks, but
|
|
95
95
|
* should not contribute to the task's cache key, e.g. `AWS_SECRET_KEY`.
|
|
96
96
|
*
|
|
97
|
-
* Documentation: https://turbo.build/repo/docs/reference/configuration#
|
|
97
|
+
* Documentation: https://turbo.build/repo/docs/reference/configuration#globalpassthroughenv
|
|
98
98
|
*
|
|
99
99
|
* @defaultValue null
|
|
100
100
|
* @deprecated use `globalPassThroughEnv` instead
|
|
@@ -105,7 +105,7 @@ export interface RootSchema extends BaseSchema {
|
|
|
105
105
|
* An allowlist of environment variables that should be made to all tasks, but
|
|
106
106
|
* should not contribute to the task's cache key, e.g. `AWS_SECRET_KEY`.
|
|
107
107
|
*
|
|
108
|
-
* Documentation: https://turbo.build/repo/docs/reference/configuration#
|
|
108
|
+
* Documentation: https://turbo.build/repo/docs/reference/configuration#globalpassthroughenv
|
|
109
109
|
*
|
|
110
110
|
* @defaultValue null
|
|
111
111
|
*/
|
|
@@ -133,7 +133,7 @@ export interface RootSchema extends BaseSchema {
|
|
|
133
133
|
/**
|
|
134
134
|
* Enable use of the UI for `turbo`.
|
|
135
135
|
*
|
|
136
|
-
* Documentation: https://turbo.build/repo/docs/reference/configuration#
|
|
136
|
+
* Documentation: https://turbo.build/repo/docs/reference/configuration#ui
|
|
137
137
|
*
|
|
138
138
|
* @defaultValue `"tui"`
|
|
139
139
|
*/
|
|
@@ -182,7 +182,7 @@ export interface Pipeline {
|
|
|
182
182
|
* task's environment, but should not contribute to the task's cache key,
|
|
183
183
|
* e.g. `AWS_SECRET_KEY`.
|
|
184
184
|
*
|
|
185
|
-
* Documentation: https://turbo.build/repo/docs/reference/configuration#
|
|
185
|
+
* Documentation: https://turbo.build/repo/docs/reference/configuration#passthroughenv
|
|
186
186
|
*
|
|
187
187
|
* @defaultValue null
|
|
188
188
|
* @deprecated use `passThroughEnv` instead
|
|
@@ -194,7 +194,7 @@ export interface Pipeline {
|
|
|
194
194
|
* task's environment, but should not contribute to the task's cache key,
|
|
195
195
|
* e.g. `AWS_SECRET_KEY`.
|
|
196
196
|
*
|
|
197
|
-
* Documentation: https://turbo.build/repo/docs/reference/configuration#
|
|
197
|
+
* Documentation: https://turbo.build/repo/docs/reference/configuration#passthroughenv
|
|
198
198
|
*
|
|
199
199
|
* @defaultValue null
|
|
200
200
|
*/
|
|
@@ -264,7 +264,7 @@ export interface Pipeline {
|
|
|
264
264
|
*
|
|
265
265
|
* "none": Hides all task output
|
|
266
266
|
*
|
|
267
|
-
* Documentation: https://turbo.build/repo/docs/reference/
|
|
267
|
+
* Documentation: https://turbo.build/repo/docs/reference/run#--output-logs-option
|
|
268
268
|
*
|
|
269
269
|
* @defaultValue full
|
|
270
270
|
*/
|