write_file
Overwrite a file on a remote Ubuntu server with specified content. Use for updating configuration files or deploying scripts via SSH.
Instructions
Write content to a remote file (overwrites). Use with caution.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes | ||
| alias | Yes | ||
| content | Yes | File content to write | |
| sudo_password | No |