Light Logo
CLI (v0.57.0)Reference

wriftai uploads complete

CLI reference for wriftai uploads complete

wriftai uploads complete

Complete an upload

wriftai uploads complete <upload-id> [flags]

Examples

  Complete an upload using repeated etag flags
  $ wriftai uploads complete upload-abc123 --etag "etag1" --etag "etag2"

  Complete an upload using comma-separated etags
  $ wriftai uploads complete upload-abc123 --etag "etag1,etag2"

Options

      --etag strings    The etag of an uploaded part, in the same order as the upload's URLs (can be specified multiple times or comma-separated).
  -h, --help            help for complete
  -o, --output format   Set output format. Supported formats: json, yaml (default json)

Options inherited from parent commands

      --debug   Enable debug mode

SEE ALSO