Skip to content

Commit 19e6c0b

Browse files
committed
Fix non macos test
1 parent 0c3e8d4 commit 19e6c0b

1 file changed

Lines changed: 28 additions & 7 deletions

File tree

tests/integration/_cases/mobile_app/mobile_app-upload-help-not-macos.trycmd

Lines changed: 28 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
```
22
$ sentry-cli mobile-app upload --help
3-
? success
43
[EXPERIMENTAL] Upload mobile app files to a project.
54

65
Usage: sentry-cli[EXE] mobile-app upload [OPTIONS] <PATH>...
76

87
Arguments:
9-
<PATH>... The path to the mobile app files to upload. Supported files include Apk, and Aab.
8+
<PATH>... The path to the mobile app files to upload. Supported files include Apk, Aab,
9+
XCArchive, and IPA.
1010

1111
Options:
1212
-o, --org <ORG>
@@ -18,17 +18,38 @@ Options:
1818
The project ID or slug.
1919
--auth-token <AUTH_TOKEN>
2020
Use the given Sentry auth token.
21-
--sha <sha>
22-
The git commit sha to use for the upload. If not provided, the current commit sha will be
21+
--head-sha <head_sha>
22+
The VCS commit sha to use for the upload. If not provided, the current commit sha will be
2323
used.
24-
--build-configuration <build_configuration>
25-
The build configuration to use for the upload. If not provided, the current version will
26-
be used.
24+
--base-sha <base_sha>
25+
The VCS commit's base sha to use for the upload. If not provided, the merge-base of the
26+
current and remote branch will be used.
2727
--log-level <LOG_LEVEL>
2828
Set the log output verbosity. [possible values: trace, debug, info, warn, error]
29+
--vcs-provider <vcs_provider>
30+
The VCS provider to use for the upload. If not provided, the current provider will be
31+
used.
32+
--head-repo-name <head_repo_name>
33+
The name of the git repository to use for the upload (e.g. organization/repository). If
34+
not provided, the current repository will be used.
2935
--quiet
3036
Do not print any output while preserving correct exit code. This flag is currently
3137
implemented only for selected subcommands. [aliases: silent]
38+
--base-repo-name <base_repo_name>
39+
The name of the git repository to use for the upload (e.g. organization/repository). If
40+
not provided, the current repository will be used.
41+
--head-ref <head_ref>
42+
The reference (branch) to use for the upload. If not provided, the current reference will
43+
be used.
44+
--base-ref <base_ref>
45+
The reference (branch) to use for the upload. If not provided, the current reference will
46+
be used.
47+
--pr-number <pr_number>
48+
The pull request number to use for the upload. If not provided, the current pull request
49+
number will be used.
50+
--build-configuration <build_configuration>
51+
The build configuration to use for the upload. If not provided, the current version will
52+
be used.
3253
-h, --help
3354
Print help
3455

0 commit comments

Comments
 (0)