Skip to content
Kitsy Docs Open CNOS

cnos ui

cnos ui

Terminal window
cnos ui
cnos ui --port 4400 --api-port 4401

cnos 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

FlagDescription
--hostHost for the Vite UI server. Defaults to 127.0.0.1.
--portPort for the Vite UI server. Defaults to 4310.
--api-portPort for the CNOS API server. Defaults to 4311.
--workspaceOverride the active workspace.
--profileOverride 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 inspect or cnos read --reveal when you need terminal-first detail.