fix: preserve documents on repeat create
This commit is contained in:
parent
f7f12480d0
commit
6fc1410e65
3 changed files with 25 additions and 4 deletions
|
|
@ -252,11 +252,11 @@ Goal: make `geth` ergonomic and stable as a base layer for custom automation.
|
|||
or stale.
|
||||
- `[x]` Wait commands support JSON output and timeout flags.
|
||||
|
||||
- `[ ]` Make common commands idempotent.
|
||||
- `[x]` Make common commands idempotent.
|
||||
Acceptance criteria:
|
||||
- `[ ]` Resource creation commands can be safely repeated where practical.
|
||||
- `[ ]` Grant creation supports deterministic caller-provided IDs.
|
||||
- `[ ]` Repeated sync and import commands report no-op state clearly.
|
||||
- `[x]` Resource creation commands can be safely repeated where practical.
|
||||
- `[x]` Grant creation supports deterministic caller-provided IDs.
|
||||
- `[x]` Repeated sync and import commands report no-op state clearly.
|
||||
|
||||
- `[x]` Publish automation examples.
|
||||
Acceptance criteria:
|
||||
|
|
|
|||
Loading…
Reference in a new issue