Light Logo
CLI (v0.57.0)Reference

wriftai uploads create

CLI reference for wriftai uploads create

wriftai uploads create

Create an upload

wriftai uploads create [flags]

Examples

  Create an upload for a 10MiB PNG file
  $ wriftai uploads create --size 10485760 --mime-type image/png

Options

  -h, --help               help for create
      --mime-type string   The MIME type of the file (required).
  -o, --output format      Set output format. Supported formats: json, yaml (default json)
      --size int           The exact size of the file to upload in bytes (required).

Options inherited from parent commands

      --debug   Enable debug mode

SEE ALSO