84f77ec0d08120f3868c4498f276a708c45fdac1
distributor
distributor validates manifested report bundles and publishes selected source or generated artifacts to configured destinations.
It is a local-first CLI with SSH/SFTP support: source bundles can be read from local or SSH storage, destinations can be local directories or SSH paths, and Markdown files can be rendered to HTML sidecars.
Run the local example pipeline:
go run ./cmd/distributor run --config examples/local-publish.yml
See docs/cli.md, docs/config.md, docs/operations.md, and docs/troubleshooting.md for the implemented CLI, configuration, operating notes, and common failure modes. Planning material lives under docs/roadmap/.