-
-
Notifications
You must be signed in to change notification settings - Fork 243
Expand file tree
/
Copy pathcode-mappings-no-subcommand.trycmd
More file actions
28 lines (24 loc) · 1.34 KB
/
code-mappings-no-subcommand.trycmd
File metadata and controls
28 lines (24 loc) · 1.34 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
? failed
Manage code mappings for Sentry. Code mappings link stack trace paths to source code paths in your
repository, enabling source context and code linking in Sentry.
Usage: sentry-cli[EXE] code-mappings [OPTIONS] <COMMAND>
Commands:
upload 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).
help Print this message or the help of the given subcommand(s)
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.
--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
```