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.