选项概述
有三种方法可以管理 turbo
调用的行为:
¥There are three ways to manage the behavior of a turbo
invocation:
上面列出的三种策略按优先顺序排列。如果提供了标志值,则对于相同的系统环境变量或 turbo.json
配置,将使用该标志的值。因此,我们建议使用:
¥The three strategies listed above are in order of precedence. Where a flag value is provided, for the same System Environment Variable or turbo.json
configuration, the value for the flag will be used. Because of this, we recommend using:
-
turbo.json
默认配置¥
turbo.json
configuration for defaults -
用于每个环境覆盖的系统环境变量
¥System Environment Variables for per-environment overrides
-
每次调用覆盖的标志
¥Flags for per-invocation overrides
选项表
¥Options table
缓存
¥Caching
消息
¥Messages
任务运行和日志
¥Task running and logs
环境变量
¥Environment variables
调试输出
¥Debugging outputs
身份验证
¥Authentication
其他
¥Other