Add initial distributor CLI skeleton
This commit is contained in:
10
README.md
10
README.md
@@ -1,5 +1,11 @@
|
||||
# distributor
|
||||
|
||||
`distributor` is a planned Go application for validating and publishing manifested Markdown bundles.
|
||||
`distributor` is a Go application shell for validating and publishing manifested report bundles.
|
||||
|
||||
Implementation has not started yet. Current design and implementation planning lives under `docs/roadmap/`.
|
||||
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/`.
|
||||
|
||||
Reference in New Issue
Block a user