Skip to content
This repository has been archived by the owner on Jan 12, 2021. It is now read-only.

Commit

Permalink
Merge 53df8b9 into 161f522
Browse files Browse the repository at this point in the history
  • Loading branch information
bengourley committed Mar 31, 2020
2 parents 161f522 + 53df8b9 commit f96f845
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ $ bugsnag-sourcemaps upload --api-key YOUR_API_KEY_HERE \
-h, --help Prints this message
-k, --api-key KEY Your project API key
-v, --app-version VERSION The version number of your app
-c, --code-bundle-id ID The code bundle id (react native only)
-c, --code-bundle-id ID The code bundle id (react-native only)
-d, --directory [PATH] Enable directory mode. Searches for multiple source
maps in the directory and uploads them all. Only
supply a path if the directory you want to search is
Expand All @@ -60,10 +60,10 @@ $ bugsnag-sourcemaps upload --api-key YOUR_API_KEY_HERE \
-s, --source-map PATH The path of the source map file (local)
-p, --minified-file PATH The path of the bundle (local)
-u, --upload-sources Upload source files referenced by the source map
-n, --upload-node-modules Upload dependency files referenced by the source map
-r, --project-root PATH The root path to remove from absolute file paths
-t, --strip-project-root Strip the root path from file paths in the source map
-w, --add-wildcard-prefix Insert a wildcard prefix when stripping root path
-o, --overwrite Overwite previously uploaded source maps
-o, --overwrite Overwrite previously uploaded source maps
```

## API Usage
Expand Down
2 changes: 1 addition & 1 deletion cli.js
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ const cli = meow(`
-n, --upload-node-modules Upload dependency files referenced by the source map
-r, --project-root PATH The root path to remove from absolute file paths
-w, --add-wildcard-prefix Insert a wildcard prefix when stripping root path
-o, --overwrite Overwite previously uploaded source maps
-o, --overwrite Overwrite previously uploaded source maps
Examples
$ bugsnag-sourcemaps upload \\
Expand Down

0 comments on commit f96f845

Please sign in to comment.