ecp_files_write
Overwrite a text file's content, creating it if missing. Review current file content first to avoid breaking running applications when modifying config, env, or source files.
Instructions
Overwrite a text file's content (creates it if it doesn't exist). Can break a running app if it's a config/env/source file - review the current content first.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| confirm | Yes | ||
| file_path | Yes | ||
| file_content | Yes |