-
-
Notifications
You must be signed in to change notification settings - Fork 244
Expand file tree
/
Copy pathmobile_app-upload-help.trycmd
More file actions
36 lines (32 loc) · 1.23 KB
/
mobile_app-upload-help.trycmd
File metadata and controls
36 lines (32 loc) · 1.23 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
```
$ sentry-cli mobile-app upload --help
? success
[EXPERIMENTAL] Upload mobile app files to a project.
Usage: sentry-cli mobile-app upload [OPTIONS] <PATH>...
Arguments:
<PATH>... The path to the mobile app files to upload. Supported files include Apk, Aab or
XCArchive.
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.
--sha <sha>
The git commit sha to use for the upload. If not provided, the current commit sha will be
used.
--build-configuration <build_configuration>
The build configuration to use for the upload. If not provided, the current version will
be used.
--log-level <LOG_LEVEL>
Set the log output verbosity. [possible values: trace, debug, info, warn, error]
--quiet
Do not print any output while preserving correct exit code. This flag is currently
implemented only for selected subcommands. [aliases: silent]
-h, --help
Print help
```