Loading...
mutiro user upload

Upload a file to personal storage

Synopsis

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]

Usage mutiro user upload <file-path> [flags]
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
Options
Flag Type Description
-h, --help bool help for upload
--json bool Output result as JSON
Global Options
Flag Type Description
--config string config file (default is ./.mutiro.yaml in current directory)
--debug bool debug mode
-v, --verbose bool verbose output
Subcommands
See Also
mutiro user