FileHandlerManager.prototype.updateFile(filePath: string,key: string,newValue: string,customUpdateFn?: (content: string,data: TemplateData,) => string,): Promise<FileUpdateResult>
Update a file using the appropriate handler
optional
customUpdateFn: (content: string,data: TemplateData,) => string
- Optional custom update function
Promise<FileUpdateResult>
Result of the update operation