FORCE\_COLOR
|
Forces color to be shown in terminal logs |
TURBO\_API
|
Set the base URL for{' '}
Remote Cache.
|
TURBO\_BINARY\_PATH
|
Manually set the path to the turbo binary. By default,{' '}
turbo will automatically discover the binary so you should
only use this in rare circumstances.
|
TURBO\_CACHE
|
Control reading and writing for cache sources. Uses the same syntax as{' '}
{' '}
--cache
.
|
TURBO\_CACHE\_DIR
|
Sets the cache directory, similar to using{' '}
{' '}
--cache-dir
{' '}
flag.
|
TURBO\_CI\_VENDOR\_ENV\_KEY
|
Set a prefix for environment variables that you want
excluded from
Framework Inference
.
NOTE: This does not need to be set by the user and should
be configured automatically by supported platforms.
|
TURBO\_DANGEROUSLY\_DISABLE\_PACKAGE\_MANAGER\_CHECK
|
Disable checking the packageManager field in{' '}
package.json . You may run into{' '}
errors and unexpected caching behavior
{' '}
when disabling this check. Use true or 1 to
disable.
|
TURBO\_DOWNLOAD\_LOCAL\_ENABLED
|
Enables global turbo to install the correct local version
if one is not found.
|
TURBO\_FORCE
|
Set to true to force all tasks to run in full, opting out
of all caching.
|
TURBO\_GLOBAL\_WARNING\_DISABLED
|
Disable warning when global turbo cannot find a local
version to use.
|
TURBO\_PRINT\_VERSION\_DISABLED
|
Disable printing the version of turbo that is being
executed.
|
TURBO\_LOG\_ORDER
|
Set the log order.
Allowed values are grouped and default .
|
TURBO\_LOGIN
|
Set the URL used to log in to{' '}
Remote Cache. Only
needed for self-hosted Remote Caches that implement an endpoint that
dynamically creates tokens.
|
TURBO\_NO\_UPDATE\_NOTIFIER
|
Remove the update notifier that appears when a new version of{' '}
turbo is available. You can also use{' '}
NO\_UPDATE\_NOTIFIER per ecosystem convention.
|
TURBO\_PLATFORM\_ENV
|
A CSV of environment variable keys that are configured in a supported CI
environment (Vercel). NOTE: This variable is meant for
platforms looking to implement zero-configuration environment variables.
You are not meant to use this variable as an end user.{' '}
|
TURBO\_PLATFORM\_ENV\_DISABLED
|
Disable checking environment variables configured in your{' '}
turbo.json against those set on your supported platform
|
TURBO\_PREFLIGHT
|
Enables sending a preflight request before every cache artifact and
analytics request. The follow-up upload and download will follow
redirects. Only applicable when{' '}
Remote Caching is
configured.
|
TURBO\_REMOTE\_CACHE\_READ\_ONLY
|
Prevent writing to the{' '}
Remote Cache - but
still allow reading.
|
TURBO\_REMOTE\_CACHE\_SIGNATURE\_KEY
|
Sign artifacts with a secret key. For more information, visit{' '}
the Artifact Integrity section
.
|
TURBO\_REMOTE\_CACHE\_TIMEOUT
|
Set a timeout in seconds for turbo to get artifacts from{' '}
Remote Cache.
|
TURBO\_REMOTE\_CACHE\_UPLOAD\_TIMEOUT
|
Set a timeout in seconds for turbo to upload artifacts to{' '}
Remote Cache.
|
TURBO\_REMOTE\_ONLY
|
Always ignore the local filesystem cache for all tasks. |
TURBO\_RUN\_SUMMARY
|
Generate a Run Summary{' '}
when you run tasks.
|
TURBO\_SCM\_BASE
|
Base used by --affected when calculating what has changed
from base...head
|
TURBO\_SCM\_HEAD
|
Head used by --affected when calculating what has changed
from base...head
|
TURBO\_TEAM
|
The account name associated with your repository. When using{' '}
Vercel Remote Cache
, this is [your team's slug](https://vercel.com/d?to=%2F%5Bteam%5D%2F%7E%2Fsettings\&title=Get+team+slug).
|
TURBO\_TEAMID
|
The account identifier associated with your repository. When using{' '}
Vercel Remote Cache
, this is your team's ID.
|
TURBO\_TELEMETRY\_MESSAGE\_DISABLED
|
Disable the message notifying you that{' '}
Telemetry is enabled.
|
TURBO\_TOKEN
|
The Bearer token for authentication to access{' '}
Remote Cache.
|
TURBO\_UI
|
Enables TUI when passed true or 1, disables when passed false or 0.
|
TURBO\_CONCURRENCY
|
Controls{' '}
concurrency
{' '}
settings in run or watch mode.
|
TURBO\_SSO\_LOGIN\_CALLBACK\_PORT
|
Override the default port (9789) used for the SSO login callback server
during authentication.
|