netwig-cli
v0.1.3
Published
Network diagnostics CLI
Maintainers
Readme
netwig CLI
Network diagnostics in your terminal. No install, no setup.
npx netwig-cli probe github.com
npx netwig-cli dns cloudflare.com
npx netwig-cli latency api.stripe.com
npx netwig-cli tls google.comCommands
| Command | Description |
|---------|-------------|
| probe <host> | Full diagnostic — DNS + latency + TLS + HTTP in one shot |
| dns <host> | DNS records — A, AAAA, CNAME, MX, NS, TXT with TTLs |
| latency <host> | TCP latency profile — p50, p95, p99, min, max |
| tls <host> | TLS cert — version, cipher, expiry, SANs |
Install globally (optional)
npm install -g netwig-cli
netwig-cli probe github.comRequirements
Node.js 18+
License
AGPL-3.0
