Generates reports ensuring robots are configured correctly.
docs | ||
SpiriSystemReport | ||
.gitignore | ||
pyproject.toml | ||
README.md | ||
uv.lock |
Generates system reports for ensuring robots are compliant with specs
Install
curl -LsSf https://astral.sh/uv/install.sh | sh
uv tool install git+https://git.spirirobotics.com/Spiri/spiri-system-report.git
Usage
#Generate a known-good config
uv run spiri-system-report save ./report.json
#Show the status of the current system
uv run spiri-system-report info
#Compare to previous report
uv run spiri-system-report info --compare-to ./report.json
#Generate a report listing your system differences for developers
uv run spiri-system-report info --compare-to ./report.json > developer_report.txt