writeConfigFileWithMessages
writeConfigFileWithMessages(
filePath,content,force?):boolean
Defined in: core/dist/utils/fileUtils.d.ts:82
Config-file write that honours an overwrite flag.
force === true→ always (over)writes.force === false→ no-clobber (skips + warns when the file already exists).
Parameters
Section titled “Parameters”filePath
Section titled “filePath”string
content
Section titled “content”string
force?
Section titled “force?”boolean
Returns
Section titled “Returns”boolean
true when a write happened, false when it was skipped.