-
-
Notifications
You must be signed in to change notification settings - Fork 245
Expand file tree
/
Copy pathbuild-upload-help-macos.trycmd
More file actions
58 lines (54 loc) · 2.47 KB
/
build-upload-help-macos.trycmd
File metadata and controls
58 lines (54 loc) · 2.47 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
```
$ sentry-cli build upload --help
? success
[EXPERIMENTAL] Upload builds to a project.
Usage: sentry-cli[EXE] build upload [OPTIONS] <PATH>...
Arguments:
<PATH>... The path to the build to upload. Supported files include Apk, Aab, XCArchive, and IPA.
Options:
-o, --org <ORG>
The organization ID or slug.
--header <KEY:VALUE>
Custom headers that should be attached to all requests
in key:value format.
-p, --project <PROJECT>
The project ID or slug.
--auth-token <AUTH_TOKEN>
Use the given Sentry auth token.
--head-sha <head_sha>
The VCS commit sha to use for the upload. If not provided, the current commit sha will be
used.
--base-sha <base_sha>
The VCS commit's base sha to use for the upload. If not provided, the merge-base of the
current and remote branch will be used.
--log-level <LOG_LEVEL>
Set the log output verbosity. [possible values: trace, debug, info, warn, error]
--vcs-provider <vcs_provider>
The VCS provider to use for the upload. If not provided, the current provider will be
used.
--head-repo-name <head_repo_name>
The name of the git repository to use for the upload (e.g. organization/repository). If
not provided, the current repository will be used.
--quiet
Do not print any output while preserving correct exit code. This flag is currently
implemented only for selected subcommands. [aliases: silent]
--base-repo-name <base_repo_name>
The name of the git repository to use for the upload (e.g. organization/repository). If
not provided, the current repository will be used.
--head-ref <head_ref>
The reference (branch) to use for the upload. If not provided, the current reference will
be used.
--base-ref <base_ref>
The base reference (branch) to use for the upload. If not provided, the merge-base with
the remote tracking branch will be used.
--pr-number <pr_number>
The pull request number to use for the upload. If not provided, the current pull request
number will be used.
--build-configuration <build_configuration>
The build configuration to use for the upload. If not provided, the current version will
be used.
--release-notes <release_notes>
The release notes to use for the upload.
-h, --help
Print help
```