MCPcopy Create free account
hub / github.com/dataform-co/dataform / isInteractive

Function isInteractive

cli/console.ts:176–182  ·  view source on GitHub ↗
({stream = process.stdout} = {})

Source from the content-addressed store, hash-verified

174}
175
176export function isInteractive({stream = process.stdout} = {}) {
177 return Boolean(
178 stream && stream.isTTY &&
179 process.env.TERM !== 'dumb' &&
180 !('CI' in process.env)
181 );
182}
183
184export enum compiledGraphOutputType {
185 Json = "json",

Callers 1

printCompiledGraphFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected