Releases: alibaba/obz-cli
Releases · alibaba/obz-cli
v0.1.0
Installation
Quick install:
curl -sSL https://raw.githubusercontent.com/alibaba/obz-cli/main/install.sh | shOr download manually:
| Platform | Archive |
|---|---|
| Linux x86_64 | obz-0.1.0-linux-x86_64.tar.gz |
| Linux aarch64 | obz-0.1.0-linux-aarch64.tar.gz |
| macOS Intel | obz-0.1.0-darwin-x86_64.tar.gz |
| macOS Apple Silicon | obz-0.1.0-darwin-aarch64.tar.gz |
| Windows x86_64 | obz-0.1.0-windows-x86_64.zip |
Verify:
obz --versionWhat's New
First public release of obz — a multi-backend observability CLI for metrics, logs, and traces.
Highlights
- Unified CLI for 12 backends: VictoriaMetrics, Prometheus, Mimir, VictoriaLogs, Loki, VictoriaTraces, Jaeger, Tempo, OpenSearch, Elasticsearch, Alibaba Cloud SLS, Datadog
- Agent-first design — structured JSON output, deterministic exit codes, built-in provider skill documents
- Native query languages — MetricsQL, PromQL, LogsQL, LogQL, TraceQL, DQL passthrough
- Config file support — pre-configure endpoints and credentials, then query with just
-p <name>