Flashcat CI
A command-line tool for Flashcat CI/CD operations.
Installation
npm install -g flashcat-cli
Usage
Sourcemap Upload
flashcat-cli sourcemap:upload -f <sourcemap-file> -u <upload-url> [-t <token>]
Options:
-f, --file: Path to the sourcemap file (required)
-u, --url: Upload URL (required)
-t, --token: Authentication token (optional)
Example:
flashcat-cli sourcemap:upload -f ./dist/main.js.map -u https://api.example.com/upload -t your-token
Development
- Clone the repository
- Install dependencies:
npm install
- Build the project:
npm run build
- Run in development mode:
npm run dev
License
Apache License, v2.0
Credits
This project is inspired by datadog-ci by Datadog, Inc.
Original work Copyright 2020 Datadog, Inc.
Modified work Copyright 2025 Flashcat, Inc.