Skip to content

writeConfigFileWithMessages

writeConfigFileWithMessages(filePath, content, force?): boolean

Defined in: _worktrees/docs-release/gaunt-sloth/packages/core/src/utils/fileUtils.ts:247

Config-file write that honours an overwrite flag.

  • force === true → always (over)writes.
  • force === false → no-clobber (skips + warns when the file already exists).

string

string

boolean = false

boolean

true when a write happened, false when it was skipped.