docs: add automation examples
This commit is contained in:
parent
12e6815f8d
commit
f7f12480d0
3 changed files with 136 additions and 5 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue