Introducing Socket Firewall: Free, Proactive Protection for Your Software Supply Chain.Learn More
Socket
Book a DemoInstallSign in
Socket

@hyperdx/cli

Package Overview
Dependencies
Maintainers
0
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@hyperdx/cli

HyperDX command line tool

latest
npmnpm
Version
0.1.0
Version published
Maintainers
0
Created
Source

Command Line Interface for HyperDX

Uploading source maps to HyperDX

In your build pipeline, you will need to run the CLI tool. Here's how to run it:

npx @hyperdx/cli upload-sourcemaps --path="/path/to/sourcemaps" --serviceKey="your-service-account-api-key"

You can also add this as an npm script

// In package.json

{
  "scripts": {
    "upload-sourcemaps": "npx @hyperdx/cli upload-sourcemaps --path=\"/path/to/sourcemaps\""
  }
}

Optionally, you can set the HYPERDX_SERVICE_KEY environment variable to avoid passing the serviceKey flag.

Contributing

You can test your changes locally by running the following commands:

yarn build
node dist/index.js upload ...

FAQs

Package last updated on 28 Jun 2024

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