Files
appwrite/docs/examples/1.8.x/console-cli/examples/storage/create-file.md
T

129 B

appwrite storage create-file \
    --bucket-id <BUCKET_ID> \
    --file-id <FILE_ID> \
    --file 'path/to/file.png'