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

Function printSuccess

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

Source from the content-addressed store, hash-verified

149}
150
151export function printSuccess(text: string) {
152 writeStdOut(successOutput(text));
153}
154
155export function printError(errorText: string, indentCount: number = 0) {
156 writeStdErr(errorOutput(errorText), indentCount);

Callers 3

runCliFunction · 0.90
promptForIcebergConfigFunction · 0.90
printFormatFilesResultFunction · 0.85

Calls 2

writeStdOutFunction · 0.85
successOutputFunction · 0.85

Tested by

no test coverage detected