Determine whether the current environment should be treated as non-interactive.
CI heuristics include: CI, GITHUB_ACTIONS, BUILDKITE, TEAMCITY_VERSION, TF_BUILD.
Returns boolean
true when running in a CI-like environment or when stdin/stdout are not TTYs.
Determine whether the current environment should be treated as non-interactive. CI heuristics include: CI, GITHUB_ACTIONS, BUILDKITE, TEAMCITY_VERSION, TF_BUILD.