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

Function successOutput

cli/console.ts:31–31  ·  view source on GitHub ↗
(text: string)

Source from the content-addressed store, hash-verified

29}
30
31const successOutput = (text: string) => output(text, ansiColorCodes.green);
32const warningOutput = (text: string) => output(text, ansiColorCodes.yellow);
33const errorOutput = (text: string) => output(text, ansiColorCodes.red);
34const calloutOutput = (text: string) => output(text, ansiColorCodes.cyan);

Callers 6

printSuccessFunction · 0.85
printInitResultFunction · 0.85
printInitCredsResultFunction · 0.85
printCompiledGraphFunction · 0.85
printTestResultFunction · 0.85
printExecutedActionFunction · 0.85

Calls 1

outputFunction · 0.85

Tested by

no test coverage detected