cnos ui
cnos ui
cnos uicnos ui --port 4400 --api-port 4401cnos ui starts two local services:
- a CNOS API server that reads the active workspace and profile
- a Vite + React + Tailwind UI that renders those surfaces in the browser
Use it when you want a faster adoption path than raw CLI output for:
- value and meta browsing
- secret listing, with optional reveal using a supplied vault passphrase
- env mapping review
- public promotion review
- inspect/provenance tracing
Workspace and profile switching now happen inside the UI itself.
Flags
| Flag | Description |
|---|---|
--host | Host for the Vite UI server. Defaults to 127.0.0.1. |
--port | Port for the Vite UI server. Defaults to 4310. |
--api-port | Port for the CNOS API server. Defaults to 4311. |
--workspace | Override the active workspace. |
--profile | Override the active profile. |
Notes
- The UI is read-only in this first cut.
- Secret keys stay masked by default in the browser.
- Revealing secrets is local-only and uses the supplied passphrase or existing vault auth state.
- Use
cnos inspectorcnos read --revealwhen you need terminal-first detail.