Open klein0r opened 9 months ago
Can ylu elaborate more on the usecase for it? Because also append only makes sense for text files
Admin has nice possibilities to modify text files manually for doing stuff programmatically we also have the API. Would of course be possible to add but probably only a handful of people would use this like once^
No existing issues.
Description
At the moment it is possible to upload new files via CLI:
e.g.
But it is not possible to append content to a file (like
>>
in bash)Why?
e.g. to append lines to a csv file
How?