Improve CLI and daemon lifecycle usability

This commit is contained in:
Eric Wendland 2026-07-18 15:23:20 +02:00
commit f61cb44dad
14 changed files with 1028 additions and 204 deletions

View file

@ -20,7 +20,9 @@ to stable commands after the first deployment tag.
The following command families are intended to be stable automation surfaces:
- `geth init`
- `geth daemon run`
- `geth --home <dir> ...`
- `geth daemon run [--ephemeral]`
- `geth daemon install|start|stop|status|uninstall`
- `geth daemon service install|uninstall|start|stop|status|print`
- `geth status`
- `geth doctor`