12 lines
400 B
Markdown
12 lines
400 B
Markdown
# distributor
|
|
|
|
`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:
|
|
|
|
```sh
|
|
go run ./cmd/distributor --help
|
|
```
|
|
|
|
See [docs/cli.md](docs/cli.md) for the implemented CLI surface. Current design and implementation planning lives under `docs/roadmap/`.
|