Add source bundle validation and inspection
This commit is contained in:
@@ -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, config validation, and placeholder operational commands:
|
||||
Current implemented behavior is limited to CLI help, version output, config validation, source bundle validation, source bundle inspection, and placeholder run execution:
|
||||
|
||||
```sh
|
||||
go run ./cmd/distributor run --config examples/local-to-local.yml --dry-run
|
||||
go run ./cmd/distributor validate examples/source-bundle
|
||||
```
|
||||
|
||||
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/`.
|
||||
|
||||
Reference in New Issue
Block a user