append mode
Open
enhancement
- Dominant language
- JavaScript
- Stars
- 13
- Forks
- 10
- PR merge metrics
- No merged PRs in 30d
Description
it would be super useful if we could write to a file through the api in append mode, this would allow other use cases like very basic logging without having to read and re-write the entire file
```
await files.append('my-static-app/users.log', 'created new user `${newUserId}`')
```
Contributor guide
Research direction
Start at the `files.append` API shown in the issue and trace the existing file-write path in the SDK. Define completion as appending content to an existing cloud-stored file without requiring callers to read and rewrite the entire file, while preserving the demonstrated usage.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- javascript
- Domain
- api, cloud
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100