Add a CLI illustration to the README
All checks were successful
Docker / build-and-push (push) Successful in 2m8s

keep has no web UI (API + CLI only), so there's no "server screenshot"
in the way wisp/npm-statuspage have one. Instead, a styled terminal
image showing a real round trip: identity registration, a push, a
read-only grant, and that read-only recipient correctly blocked from
pushing. Matches the project family's dark-terminal visual style.

Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
This commit is contained in:
Fredrik Johansson
2026-07-12 19:56:59 +02:00
parent dcaed9934e
commit 461c972f92
2 changed files with 5 additions and 0 deletions

View File

@@ -5,6 +5,11 @@ A self-hosted, end-to-end encrypted secrets store for deploy scripts.
decrypted locally — the server never sees plaintext values, and never decrypted locally — the server never sees plaintext values, and never
sees the key that would let it. sees the key that would let it.
![keep is a CLI, not a web app — no server UI to screenshot. This is a full round trip: register an identity, push a vault, grant a second identity read-only access, and watch it get correctly blocked from writing.](./docs/cli-example.png)
`keep` has no web UI by design — it's API + CLI only, so there's nothing
server-side to show beyond the terminal above.
## Why ## Why
Across a small family of self-hosted projects, every repo tends to have Across a small family of self-hosted projects, every repo tends to have

BIN
docs/cli-example.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 199 KiB