Upload a file to personal storage
Upload a file to your personal storage.
Files are stored at: members/{your_member_id}/{type}/filename
Supported file types are automatically detected from the extension:
- Audio: .m4a, .mp3, .ogg, .opus, .wav, .flac, .aac, .webm
- Images: .jpg, .jpeg, .png, .gif, .webp, .svg
- Documents: .pdf, .doc, .docx, .txt, .md
- Videos: .mp4, .mov, .avi, .mkv
Examples:
Upload an audio file
mutiro user upload recording.m4a
Upload an image
mutiro user upload photo.jpg
Output JSON result
mutiro user upload file.pdf --json
mutiro user upload <file-path> [flags]
Upload an audio file
Upload an image
Output JSON result
| Flag | Type | Description |
|---|---|---|
| -h, --help | bool | help for upload |
| --json | bool | Output result as JSON |
| Flag | Type | Description |
|---|---|---|
| --config | string | config file (default is ./.mutiro.yaml in current directory) |
| --debug | bool | debug mode |
| -v, --verbose | bool | verbose output |