Add config loading and dry-run validation

This commit is contained in:
2026-05-31 01:53:13 +00:00
parent 22d0424232
commit 29dbad2967
16 changed files with 928 additions and 17 deletions

View File

@@ -2,10 +2,10 @@
`distributor` is a Go application shell for validating and publishing manifested report bundles.
Current implemented behavior is limited to CLI help, version output, and placeholder operational commands:
Current implemented behavior is limited to CLI help, version output, config validation, and placeholder operational commands:
```sh
go run ./cmd/distributor --help
go run ./cmd/distributor run --config examples/local-to-local.yml --dry-run
```
See [docs/cli.md](docs/cli.md) for the implemented CLI surface. Current design and implementation planning lives under `docs/roadmap/`.
See [docs/cli.md](docs/cli.md) and [docs/config.md](docs/config.md) for the implemented CLI and configuration surface. Current design and implementation planning lives under `docs/roadmap/`.