github hyperdxio/hyperdx cli-v0.5.0
@hyperdx/cli v0.5.0

5 hours ago

@hyperdx/cli v0.5.0

Minor Changes

  • 3123db5: feat: experimental promql support

Patch Changes

  • b20275c: fix(cli): exit with non-zero code when upload-sourcemaps fails

    The upload-sourcemaps command now exits with code 1 when uploads fail
    (missing source maps, pre-signed URL request failure, authentication failure,
    or any per-file upload failure after retries). Previously these failures were
    logged to stderr but the process exited cleanly with code 0, causing CI
    pipelines to treat failed uploads as successes.

  • 19cd7c9: fix: only use pk and row uniqueness to look up a row

  • 8810ff0: feat: Add option for force-enabling/disabling text index support


Installation

npm (recommended):

npm install -g @hyperdx/cli

Or run directly with npx:

npx @hyperdx/cli tui -s <your-hyperdx-api-url>

Manual download (standalone binary, no Node.js required):

# macOS Apple Silicon
curl -L https://github.com/hyperdxio/hyperdx/releases/download/cli-v0.5.0/hdx-darwin-arm64 -o hdx
# macOS Intel
curl -L https://github.com/hyperdxio/hyperdx/releases/download/cli-v0.5.0/hdx-darwin-x64 -o hdx
# Linux x64
curl -L https://github.com/hyperdxio/hyperdx/releases/download/cli-v0.5.0/hdx-linux-x64 -o hdx

chmod +x hdx && sudo mv hdx /usr/local/bin/

Usage

hdx auth login -s <your-hyperdx-api-url>
hdx tui

Don't miss a new hyperdx release

NewReleases is sending notifications on new releases.