1.0.3 • Published 2 years ago

@watchcathq/cli v1.0.3

Weekly downloads
-
License
ISC
Repository
-
Last release
2 years ago

npm.io @watchcathq/cli

CLI tool for watchcat.io.

Installation and Usage

npm install @watchcathq/cli --save-dev

Upload 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.

Documentation

See https://watchcat.io/docs

1.0.2

2 years ago

1.0.3

2 years ago

1.0.1

2 years ago

1.0.0

2 years ago