@hyperdx/cli v0.6.1
Patch Changes
- 9581e16: Rewrite the README with the full feature set and command reference (TUI, chart,
query, sources/connections/dashboards, auth, team, upload-sourcemaps) ahead of
launch, so npm and GitHub show everything the CLI can do. Also remove a stale
reference to the removedhdx streamcommand fromhdx chart --help. - 018a648: Clean up ESLint warnings and tighten lint enforcement. Resolved all
no-unused-varsand@typescript-eslint/ban-ts-commentwarnings (removing dead
code and converting@ts-ignoreto described@ts-expect-error), then promoted
those rules toerrorin the api/app/common-utils/cli/hdx-eval configs, disabled
the noisy@typescript-eslint/no-empty-functionrule in app, and lowered each
package's--max-warningsceiling so the counts can't regress. Behavior is
unchanged.
Installation
npm (recommended):
npm install -g @hyperdx/cliOr 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.6.1/hdx-darwin-arm64 -o hdx
# macOS Intel
curl -L https://github.com/hyperdxio/hyperdx/releases/download/cli-v0.6.1/hdx-darwin-x64 -o hdx
# Linux x64
curl -L https://github.com/hyperdxio/hyperdx/releases/download/cli-v0.6.1/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