Add Markdown HTML publication
This commit is contained in:
10
docs/cli.md
10
docs/cli.md
@@ -20,7 +20,7 @@ distributor inspect
|
||||
|
||||
`version` prints the application name and version. The default development version is `dev`; release builds may replace it at build time.
|
||||
|
||||
`run --config <path>` executes configured local-to-local pipelines that publish source files only.
|
||||
`run --config <path>` executes configured local-to-local pipelines that publish source files, generated HTML files, or both.
|
||||
|
||||
`run --config <path> --dry-run` discovers source bundles, inspects destination state, and prints planned actions without writing files.
|
||||
|
||||
@@ -28,7 +28,7 @@ distributor inspect
|
||||
|
||||
`inspect <path>` validates discovered local source bundles and prints a concise normalized summary.
|
||||
|
||||
Remote backends and HTML publication are not implemented yet.
|
||||
Remote backends are not implemented yet.
|
||||
|
||||
## Flag reference
|
||||
|
||||
@@ -70,3 +70,9 @@ Publish the local example:
|
||||
```sh
|
||||
go run ./cmd/distributor run --config examples/local-publish.yml
|
||||
```
|
||||
|
||||
Publish the local HTML example:
|
||||
|
||||
```sh
|
||||
go run ./cmd/distributor run --config examples/local-html.yml
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user