download-file-upload-content

Download the stored bytes for a file upload.

Commands

  • download-file-upload-content [OPTIONS] <REPO> <UUID>

Example

pearing-cli download-file-upload-content website a1b2c3d4-... --output ./screenshot.png

Help Output

Download the stored bytes for a file upload.

Usage: pearing-cli download-file-upload-content [OPTIONS] <REPO> <UUID>

Arguments:
  <REPO>  Repo locator (`teams/<team_slug>/<repo_slug>` or `<username>/<repo_slug>`)
  <UUID>  File upload UUID

Options:
      --output <PATH>  Write the bytes to a file instead of stdout
  -h, --help           Print help (see more with '--help')

Notes

  • Writes the raw bytes to stdout unless `--output` is set.