You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Treat remote cache asread only [possible values: true, false]
85
85
--summarize [<SUMMARIZE>]
86
-
Generate a summary of the turbo run [env: TURBO_RUN_SUMMARY=] [possible values: true, false]
86
+
Generate a summary of the turbo run [possible values: true, false]
87
87
--parallel
88
88
Execute all tasks in parallel
89
89
--cache-dir <CACHE_DIR>
90
-
Override the filesystem cache directory [env: TURBO_CACHE_DIR=]
90
+
Override the filesystem cache directory
91
91
--concurrency <CONCURRENCY>
92
92
Limit the concurrency of task execution. Use 1 for serial (i.e. one-at-a-time) execution
93
93
--continue
94
94
Continue execution even if a task exits with an error or non-zero exit code. The default behavior is to bail
95
95
--single-package
96
96
Run turbo in single-package mode
97
97
--force [<FORCE>]
98
-
Ignore the existing cache (to force execution) [env: TURBO_FORCE=] [possible values: true, false]
98
+
Ignore the existing cache (to force execution) [possible values: true, false]
99
99
--framework-inference [<BOOL>]
100
100
Specify whether ornot to do framework inference for tasks [default: true] [possible values: true, false]
101
101
--global-deps <GLOBAL_DEPS>
@@ -109,11 +109,11 @@ Make sure exit code is 2 when no args are passed
109
109
--output-logs <OUTPUT_LOGS>
110
110
Set type of process output logging. Use "full" to show all output. Use "hash-only" to show only turbo-computed task hashes. Use "new-only" to show only new output with only hashes for cached tasks. Use "none" to hide process output. (default full) [possible values: full, none, hash-only, new-only, errors-only]
111
111
--log-order <LOG_ORDER>
112
-
Set type of task output order. Use "stream" to show output as soon as it is available. Use "grouped" to show output when a command has finished execution. Use "auto" to let turbo decide based on its own heuristics. (default auto) [env: TURBO_LOG_ORDER=] [default: auto] [possible values: auto, stream, grouped]
112
+
Set type of task output order. Use "stream" to show output as soon as it is available. Use "grouped" to show output when a command has finished execution. Use "auto" to let turbo decide based on its own heuristics. (default auto) [possible values: auto, stream, grouped]
113
113
--only
114
114
Only executes the tasks specified, does not execute parent tasks
115
-
--remote-only [<BOOL>]
116
-
Ignore the local filesystem cache for all tasks. Only allow reading and caching artifacts using the remote cache [env: TURBO_REMOTE_ONLY=] [default: false] [possible values: true, false]
115
+
--remote-only [<REMOTE_ONLY>]
116
+
Ignore the local filesystem cache for all tasks. Only allow reading and caching artifacts using the remote cache [possible values: true, false]
117
117
--log-prefix <LOG_PREFIX>
118
118
Use "none" to remove prefixes from task logs. Use "task" to get task id prefixing. Use "auto" to let turbo decide how to prefix the logs based on the execution environment. In most cases this will be the same as"task". Note that tasks running in parallel interleave their logs, so removing prefixes can make it difficult to associate logs with tasks. Use --log-order=grouped to prevent interleaving. (default auto) [default: auto] [possible values: auto, none, task]
119
119
[1]
@@ -141,7 +141,7 @@ Run again with a filter and get only the packages that match
141
141
142
142
Run again with an environment variable that corresponds to a run argument and assert that
Treat remote cache asread only [possible values: true, false]
85
85
--summarize [<SUMMARIZE>]
86
-
Generate a summary of the turbo run [env: TURBO_RUN_SUMMARY=] [possible values: true, false]
86
+
Generate a summary of the turbo run [possible values: true, false]
87
87
--parallel
88
88
Execute all tasks in parallel
89
89
--cache-dir <CACHE_DIR>
90
-
Override the filesystem cache directory [env: TURBO_CACHE_DIR=]
90
+
Override the filesystem cache directory
91
91
--concurrency <CONCURRENCY>
92
92
Limit the concurrency of task execution. Use 1 for serial (i.e. one-at-a-time) execution
93
93
--continue
94
94
Continue execution even if a task exits with an error or non-zero exit code. The default behavior is to bail
95
95
--single-package
96
96
Run turbo in single-package mode
97
97
--force [<FORCE>]
98
-
Ignore the existing cache (to force execution) [env: TURBO_FORCE=] [possible values: true, false]
98
+
Ignore the existing cache (to force execution) [possible values: true, false]
99
99
--framework-inference [<BOOL>]
100
100
Specify whether ornot to do framework inference for tasks [default: true] [possible values: true, false]
101
101
--global-deps <GLOBAL_DEPS>
@@ -109,11 +109,11 @@ Test help flag
109
109
--output-logs <OUTPUT_LOGS>
110
110
Set type of process output logging. Use "full" to show all output. Use "hash-only" to show only turbo-computed task hashes. Use "new-only" to show only new output with only hashes for cached tasks. Use "none" to hide process output. (default full) [possible values: full, none, hash-only, new-only, errors-only]
111
111
--log-order <LOG_ORDER>
112
-
Set type of task output order. Use "stream" to show output as soon as it is available. Use "grouped" to show output when a command has finished execution. Use "auto" to let turbo decide based on its own heuristics. (default auto) [env: TURBO_LOG_ORDER=] [default: auto] [possible values: auto, stream, grouped]
112
+
Set type of task output order. Use "stream" to show output as soon as it is available. Use "grouped" to show output when a command has finished execution. Use "auto" to let turbo decide based on its own heuristics. (default auto) [possible values: auto, stream, grouped]
113
113
--only
114
114
Only executes the tasks specified, does not execute parent tasks
115
-
--remote-only [<BOOL>]
116
-
Ignore the local filesystem cache for all tasks. Only allow reading and caching artifacts using the remote cache [env: TURBO_REMOTE_ONLY=] [default: false] [possible values: true, false]
115
+
--remote-only [<REMOTE_ONLY>]
116
+
Ignore the local filesystem cache for all tasks. Only allow reading and caching artifacts using the remote cache [possible values: true, false]
117
117
--log-prefix <LOG_PREFIX>
118
118
Use "none" to remove prefixes from task logs. Use "task" to get task id prefixing. Use "auto" to let turbo decide how to prefix the logs based on the execution environment. In most cases this will be the same as"task". Note that tasks running in parallel interleave their logs, so removing prefixes can make it difficult to associate logs with tasks. Use --log-order=grouped to prevent interleaving. (default auto) [default: auto] [possible values: auto, none, task]
119
119
@@ -234,26 +234,21 @@ Test help flag
234
234
--anon-profile <ANON_PROFILE>
235
235
File to write turbo's performance profile output into. All identifying data omitted from the profile
Limit the concurrency of task execution. Use 1 for serial (i.e. one-at-a-time) execution
@@ -267,7 +262,6 @@ Test help flag
267
262
--force [<FORCE>]
268
263
Ignore the existing cache (to force execution)
269
264
270
-
[env: TURBO_FORCE=]
271
265
[possible values: true, false]
272
266
273
267
--framework-inference [<BOOL>]
@@ -298,18 +292,14 @@ Test help flag
298
292
--log-order <LOG_ORDER>
299
293
Set type of task output order. Use "stream" to show output as soon as it is available. Use "grouped" to show output when a command has finished execution. Use "auto" to let turbo decide based on its own heuristics. (default auto)
300
294
301
-
[env: TURBO_LOG_ORDER=]
302
-
[default: auto]
303
295
[possible values: auto, stream, grouped]
304
296
305
297
--only
306
298
Only executes the tasks specified, does not execute parent tasks
307
299
308
-
--remote-only [<BOOL>]
300
+
--remote-only [<REMOTE_ONLY>]
309
301
Ignore the local filesystem cache for all tasks. Only allow reading and caching artifacts using the remote cache
0 commit comments