docs: add automation examples

This commit is contained in:
Eric Wendland 2026-07-05 22:40:27 +02:00
commit f7f12480d0
3 changed files with 136 additions and 5 deletions

View file

@ -258,12 +258,12 @@ Goal: make `geth` ergonomic and stable as a base layer for custom automation.
- `[ ]` Grant creation supports deterministic caller-provided IDs.
- `[ ]` Repeated sync and import commands report no-op state clearly.
- `[ ]` Publish automation examples.
- `[x]` Publish automation examples.
Acceptance criteria:
- `[ ]` Docs include shell examples.
- `[ ]` Docs include Python examples using CLI JSON.
- `[ ]` Docs include user-service automation examples.
- `[ ]` Examples avoid private-key copying and privileged service mutation.
- `[x]` Docs include shell examples.
- `[x]` Docs include Python examples using CLI JSON.
- `[x]` Docs include user-service automation examples.
- `[x]` Examples avoid private-key copying and privileged service mutation.
## Phase 8: Observability And Operations