Skip to content

v0.1.0 — A looking glass for your cloud

Latest

Choose a tag to compare

@itsyounish itsyounish released this 22 Apr 15:54
· 6 commits to main since this release

skyglass-cli v0.1.0 — First public release

A looking glass for your cloud. One command, every resource across AWS, Azure and GCP, in an interactive graph that runs locally.

npx skyglass-cli --demo

Highlights

  • Multi-cloud scanner: AWS, Azure, GCP — 40+ resource types, read-only
  • Terraform state import: v4 format, 100+ resource types
  • Interactive 2D graph: semantic zoom, official service icons, animated traffic flow
  • Blast radius mode: pulsing red halo on every resource that would fall when you break one
  • Search, cost panel, snapshot history, diff, export (JSON / DOT / CSV / PNG)
  • Local-first: credentials and scan data never leave your machine. Service icons fetched once from tf2d2/icons CDN; demo mode makes zero network calls.

Requirements

  • Node >= 20
  • For real scans: authenticated AWS / Azure / gcloud CLI

Install

npx skyglass-cli --demo             # try instantly
npx skyglass-cli all                # scan all configured providers
npx skyglass-cli --from tfstate     # from a Terraform state

Full docs: https://github.com/itsyounish/Skyglass