CLI tool for uploading crash mapping files to the Smartlook.
npm install @smartlook/smartlook-crash-reports-cliThis is CLI tool that allows to upload various mapping files to Smartlook using Smartlook REST API.
- npm
- yarn
- with NPM
npm install --location=global @smartlook/smartlook-crash-reports-cli
- with Yarn
yarn global add @smartlook/smartlook-crash-reports-cli
``
smartlook-crash-reports [command] [options]
Options:
-V, --version output the version number
-h, --help display help for command
Commands:
upload-mapping-file|umf [options]
help [command] display help for command
`
#### Options for smartlook-crash-reports-cli upload-mapping-file
`
Usage: smartlook-crash-reports-cli upload-mapping-file|umf [options]
Options:
-p --path
-t --token
-b --bundleId
-pl --platform and apple. Can be set as ENV variable PLATFORM
-av --appVersion
-iv --internalVersion
-h, --help display help for command
Example:
smartlook-crash-reports-cli upload-mapping-file -t
smartlook-crash-reports-cli upload-mapping-file -t
``