Skip to content

Commit b7c86ff

Browse files
authored
docs(cli): Add no-upload option for dif-upload command (#4577)
1 parent 1ea56e2 commit b7c86ff

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

src/docs/product/cli/dif.mdx

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -150,6 +150,12 @@ sense to specify `--wait` to ensure that debug files are ready before sending
150150
crashes to Sentry. This may slow down the command and is not recommended for
151151
CI builds.
152152

153+
`--no-upload`
154+
155+
: Disables the actual upload. This runs all steps for the processing but does
156+
not trigger the upload (this also automatically disables reprocessing). This is
157+
useful if you just want to verify the setup or skip the upload in tests.
158+
153159
`--no-unwind`
154160

155161
: Do not scan for stack unwinding information. Specify this flag for builds with
@@ -291,7 +297,7 @@ meantime trigger reprocessing from the UI.
291297
`--no-upload`
292298

293299
: Disables the actual upload. This runs all steps for the processing but does
294-
not trigger the upload (this also automatically disables reprocessing. This is
300+
not trigger the upload (this also automatically disables reprocessing). This is
295301
useful if you just want to verify the mapping files and write the ProGuard
296302
UUIDs into a properties file.
297303

0 commit comments

Comments
 (0)