files/create
Create a new file or replace existing contents at a specified path. Optionally write as root for system files.
Instructions
Create a new file or replace file contents.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes | Path to the file to create | |
| content | No | Text content to write to the file | |
| privileged | No | Set to true to write as root |