CLI update: global check command and richer Terraform export
May 13, 2026 | by openstatus | [cli]

We've shipped v1.1.0 and v1.2.0 of the openstatus CLI.
Upgrade with:
brew upgrade openstatus
New: openstatus check
A new top-level command runs a one-shot HTTP check against any URL from 28 global regions — no account or API key required.
openstatus check https://openstat.us
Highlights:
- Live per-region streaming — results stream in as each region responds, followed by a fastest/slowest/mean summary and a share URL.
--timing— break down DNS, Connection, TLS, TTFB, and Transfer for every region.--json— structured output with full per-region timing, ready forjqpipelines.- curl-style flags —
-X,-H,-d(with@fileand@-stdin support).
Terraform generate improvements
openstatus terraform generate now syncs with v0.2 of the Terraform provider and covers more of your workspace:
- Status pages — emit
access_type,auth_email_domains,allowed_ip_ranges,theme,locale, andallow_index. - Component groups — emit
default_openon status page component groups. - OpenTelemetry — emit the
open_telemetryblock on HTTP, TCP, and DNS monitors. - Notifications — fixes for Microsoft Teams, webhook headers, and
monitor_idsreferences. --forceflag plus aterraform init -upgradehint to make re-running easier.
Check out the CLI documentation for more.