Read file contents from the devbox as a UTF-8 string.
Parameters containing the file path
Optionaloptions: RequestOptions<unknown>Request options
File contents as a string
Write UTF-8 string contents to a file on the devbox.
Parameters containing the file path and contents
Optionaloptions: RequestOptions<unknown>Request options
Execution result
Download file contents (supports binary files).
Parameters containing the file path
Optionaloptions: RequestOptions<unknown>Request options
Download file response
Upload a file to the devbox.
Parameters containing the file path and file to upload
Optionaloptions: RequestOptions<unknown>Request options
Upload result
File operations for a devbox. Provides methods for reading, writing, uploading, and downloading files.