12 lines
434 B
Markdown
12 lines
434 B
Markdown
# distributor
|
|
|
|
`distributor` validates and publishes manifested report bundles.
|
|
|
|
Run the local example pipeline:
|
|
|
|
```sh
|
|
go run ./cmd/distributor run --config examples/local-publish.yml
|
|
```
|
|
|
|
See [docs/cli.md](docs/cli.md), [docs/config.md](docs/config.md), and [docs/operations.md](docs/operations.md) for the implemented CLI, configuration, and operating notes. Current design and implementation planning lives under `docs/roadmap/`.
|