cpanel_write_file
Write content to a file, creating or overwriting it. Specify the full file path and the content to write.
Instructions
Write content to a file (creates or overwrites)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| file | Yes | Full path to the file | |
| content | Yes | Content to write to the file |