System Context¶
C4 Context Diagram¶
Shows the system and its users / external systems at the highest level.
C4 Container Diagram¶
Shows the internal building blocks (processes, databases, queues) of this system.
Provided APIs¶
See specs/api/provided/ for machine-readable specifications.
| Spec File | Protocol | Description |
|---|---|---|
api/provided/cli.yaml |
CLI | Command line interface of this program. For use by humans or automation via (shell) scripts. |
Consumed APIs¶
No APIs consumed.
Infrastructure¶
| Concern | Decision |
|---|---|
| Deployment target | Personal computer (CI Pipeline optional) |
| Container runtime | Docker |
| CI/CD | GitHub Actions, GitLab CI |