5 changelogs with this tag.
v1.0.0-CLI
Apr 1, 2026
HTTP Client
A fast, modern HTTP client for your terminal. Send requests with familiar curl-compatible syntax and native support for all modern HTTP protocols.
Request Tracing
See exactly where time is spent in every request. Use `-t` or `--trace` to get a detailed breakdown of where time was spent: DNS resolution, TCP connection, TLS handshake, time to first byte (TTFB), and total response time.
Random Data Generation
Generate dynamic test data with 25+ built-in generators. Use `{{random.*}}` syntax in any request field - URL, headers, body, query parameters, flow steps, and load test specs.
CLI Flow Runner
Chain multiple API requests into automated workflows. Run `.flow.json` files from the terminal with variable extraction, assertions, retry logic, pre/post scripts, and a live terminal dashboard.
CLI Load Testing
Run load, stress, spike, and soak tests from your terminal. `.spec.json` files define virtual users, stages, thresholds, and multi-step request flows. A real-time terminal dashboard shows response times, throughput, error rates, and percentile breakdowns.