Skip to main content
CLI · Early access

A real terminal for Infravox. No fake commands.

Log in, connect an AWS account or Kubernetes cluster, and check what's live — every command below hits the exact same API as the dashboard. It's a small, honest command set today, growing from here.

$ infravox auth login --email demo@acme.io
✓ Logged in as demo@acme.io
$ infravox connect aws --label "Production"
✓ Connected AWS account "Production"
$ infravox status
Infrastructure
────────────────────────────
Production ✓ Connected
1/1 connected
Real Backend

Every command calls the same API as the dashboard — no mocks, no demo data.

Scripts Cleanly

No TTY, no hang — prompts resolve empty so CI and automation just work.

Same Encryption

Credentials go through the identical vault and encryption path as the web app.

Your Org's RBAC

Access follows the role you already have — not a separate CLI-only model.

What's actually built

Small command set. Zero fabrication.

This is the complete list from infravox --help today — three of these already work end to end; the npm package is what's still coming.

  • 8 real commands, zero fabricated ones
  • Encrypted config at ~/.infravox, mode 0600
  • --json output for scripting, human tables by default
InstallComing soon$ npm install -g @infravox/cli
AuthenticateAvailable now$ infravox auth login
Connect an AWS accountAvailable now$ infravox connect aws
Check what's connectedAvailable now$ infravox status

Available now, and what's next.

Available now

Available now

Authentication

Log in, check your session, and log out — infravox auth login/status/logout.

Available now

Organization Setup

Confirm your login and bind this machine to your org — infravox init.

Available now

AWS Connections

Connect an AWS account with an access key, validated against the real API — infravox connect aws.

Available now

Kubernetes Connections

Connect a cluster straight from your local kubeconfig — infravox connect kubernetes.

Available now

Integration Status

See every connection, its health, and last sync — table or --json — infravox status.

Coming soon

Coming soon

Diagnose & Remediate

Run the same SRE agents that power the dashboard, from your terminal.

Coming soon

Security Scanning

Trigger scans and pull findings without leaving the shell.

Coming soon

Cost & FinOps

Surface savings opportunities and rightsizing recommendations.

Coming soon

Incidents & War Room

Open, join, and resolve incidents without switching to the browser.

Coming soon

Compliance Evidence

Pull control status and evidence packs on demand.

Coming soon

More Connectors

connect slack, connect github, connect jira — extending past AWS and Kubernetes.

From install to verified, in four steps.

1Install

Build from source today (cli/) — npm publish is next.

2Authenticate

infravox auth login ties the CLI to your account and org.

3Connect

infravox connect aws or connect kubernetes adds an integration.

4Verify

infravox status confirms what's live — human table or --json.

Explore the architecture

Want early access to the CLI?

It's not on npm yet — talk to us and we'll get you set up with the source build while the public package ships.

Infravox connecting cloud, code, monitoring, and security