write_file
Write content to a file on a remote Linux server via SSH. Specify the path and content to update files in your remote development environment.
Instructions
Write content to a file on the remote server
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes | Absolute or relative path to the file | |
| content | Yes | Content to write to the file |