🎩 You're Invited:Meet the Socket team at Black Hat in Las Vegas, August 3-6.RSVP
Sign In

@flashcatcloud/flashcat-cli

Package Overview
Dependencies
Maintainers
1
Versions
10
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@flashcatcloud/flashcat-cli

CLI tool for Flashcat Cloud

npmnpm
Version
0.0.1
Version published
Weekly downloads
15
-28.57%
Maintainers
1
Weekly downloads
 
Created
Source

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.

Keywords

sourcemap

FAQs

Package last updated on 14 May 2025

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts