Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Current »

upload-build-artifacts

Usage: testery upload-build-artifacts [OPTIONS]

  Uploads a file or directory of build artifacts and associates them with
  the specified build-id

Options:
  --api-url TEXT   The URL for the Testery API. Only required for development
                   purposes.
  --token TEXT     Your Testery API token.  [required]
  --project TEXT   The project key.  [required]
  --build-id TEXT  The build the atifact should be associated with.
                   [required]
  --path TEXT      The path to the file or directory you want to upload.
                   [required]
  --zip-dir        Creates a zip file of the directory contents before
                   uploading.
  --help           Show this message and exit.
  • No labels