1.0.3 • Published 3 years ago
@watchcathq/cli v1.0.3
@watchcathq/cli
CLI tool for watchcat.io.
Installation and Usage
npm install @watchcathq/cli --save-devUpload Source Maps
This command can be used as part of a CI pipeline to upload source maps when an application is built. It will recursively search for maps in the specified directory and upload them for a given application, determined by the provided token. The token can be found in the application detail at https://app.watchcat.io/applications.
watchcat sourcemap [app_token] [directory]Example
watchcat sourcemap app_12345 build/In the example above, app_12345 is the application token, and build/ is the directory where the command will recursively search for source maps to upload.