-
-
Notifications
You must be signed in to change notification settings - Fork 244
Expand file tree
/
Copy pathdebug_files-bundle-jvm-help.trycmd
More file actions
29 lines (25 loc) · 1.48 KB
/
debug_files-bundle-jvm-help.trycmd
File metadata and controls
29 lines (25 loc) · 1.48 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
```
$ sentry-cli debug-files bundle-jvm --help
? success
Create a source bundle for the given JVM based source files (e.g. Java, Kotlin, ...)
Usage: sentry-cli[EXE] debug-files bundle-jvm [OPTIONS] --output <PATH> --debug-id <UUID> <PATH>
Arguments:
<PATH> The directory containing source files to bundle.
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.
--output <PATH> The path to the output folder.
--debug-id <UUID> Debug ID (UUID) to use for the source bundle.
--log-level <LOG_LEVEL> Set the log output verbosity. [possible values: trace, debug, info,
warn, error]
--exclude <PATTERN> Glob pattern to exclude files/directories. Can be repeated. By
default, common build output and IDE directories are excluded
(build, .gradle, target, .idea, .vscode, out, bin, etc.).
--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
```