Operations
Operations
Day-to-day runbooks live in eigsep-field/docs/operator/.
Tracking
eigsep-field@main.
Runbooks
- Sourcing and deploying a new Pi — flashing, role assignment, capturing the MAC, reserving the IP.
- Operator laptop capabilities
— what the laptop needs (static IP, optional
chrony), and the LAN address table.
CLI quick reference
The eigsep-field Python package ships a single CLI on every Pi:
eigsep-field info # release + installed package versions
eigsep-field doctor # role + service health
eigsep-field services list
eigsep-field verify # run shipped contract tests against the live stack
CLI source:
src/eigsep_field/cli.py.