feat: add automation wait commands
This commit is contained in:
parent
448a831a98
commit
e49b945259
5 changed files with 261 additions and 7 deletions
|
|
@ -99,6 +99,7 @@ The bootstrap implementation provides:
|
|||
- `geth daemon run`
|
||||
- `geth daemon service install|uninstall|start|stop|status|print`
|
||||
- `geth status`
|
||||
- `geth wait daemon|peer|sync --timeout-ms <ms>`
|
||||
- `geth node id`
|
||||
- `geth node list`
|
||||
- `geth node enroll request --node-name <name> --capability <resource=capability> [--out <path>]`
|
||||
|
|
@ -152,6 +153,9 @@ The bootstrap implementation provides:
|
|||
- `geth auth sync <node-id-or-name>`
|
||||
- `geth sync status`
|
||||
- `geth sync now [node-id-or-name]`
|
||||
- `geth wait daemon --timeout-ms <ms>`
|
||||
- `geth wait peer <node-id-or-name> --timeout-ms <ms>`
|
||||
- `geth wait sync <node-id-or-name> --timeout-ms <ms>`
|
||||
- `geth secret status`
|
||||
- `geth secret create <resource>`
|
||||
- `geth secret rotate <resource>`
|
||||
|
|
|
|||
Loading…
Reference in a new issue