npm installfrom the repo root.- Quickstart — prove the workflow.
- Provider connections — connect one provider with real scope.
- First governed change — do one low-risk path, then one approval-gated path.
npm run demo:vercel:previewis the current internal proof harness for the first live Vercel wedge.- The intended public CLI flow is operation-first:
keycli connect,keycli check,keycli rotate,keycli apply,keycli audit. - Until that replacement flow is fully shipped, the docs stay explicit about where the script is still doing real proof work.
How Keycli works
- request
- plan
- check
- approve when needed
- apply + audit
What is live today
- hosted TypeScript control plane
- live Vercel, GitHub Actions, and Render changes when the connection is valid and in scope
- explicit simulation when a target is not live-ready