-
-
Notifications
You must be signed in to change notification settings - Fork 242
Expand file tree
/
Copy pathcode-mappings-upload-help.trycmd
More file actions
28 lines (24 loc) · 1.36 KB
/
code-mappings-upload-help.trycmd
File metadata and controls
28 lines (24 loc) · 1.36 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
```
$ sentry-cli code-mappings upload --help
? success
Upload code mappings for a project from a JSON file. Each mapping pairs a stack trace root (e.g.
com/example/module) with the corresponding source path in your repository (e.g.
modules/module/src/main/java/com/example/module).
Usage: sentry-cli[EXE] code-mappings upload [OPTIONS] <PATH>
Arguments:
<PATH> Path to a JSON file containing code mappings.
Options:
-o, --org <ORG> The organization ID or slug.
--repo <REPO> The repository name (e.g. owner/repo). Defaults to the git remote.
--default-branch <BRANCH> The default branch name. Defaults to the git remote HEAD or 'main'.
--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.
--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
```