| name | nxstate |
| description | Read-only Cisco Nexus (NX-OS) state as clean JSON, with fleet fan-out. Bootstraps the nxstate binary if it isn't installed, then drives it (read-only). |
nxstate
If nxstate isn't on PATH, install it:
uvx nxstate
Then let the binary teach you — it's read-only by default and self-describing, so don't guess:
nxstate agent — the full embedded usage contract.
nxstate schema --json — machine-readable command tree, exit codes, and conformance.
- Example:
nxstate interface list --json
Conforms to the Agent CLI Guidelines (Full); verify with nxstate schema | jq .conformance.