Add notification hook and run summary

This commit is contained in:
2026-05-31 02:33:09 +00:00
parent 5408f14195
commit 78f92154ab
8 changed files with 373 additions and 12 deletions

View File

@@ -22,7 +22,7 @@ distributor inspect
`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.
`run --config <path> --dry-run` discovers source bundles, inspects destination state, and prints planned actions plus a final status summary without writing files.
`validate <path>` validates a local source bundle directory or a local tree containing source bundles.
@@ -43,7 +43,7 @@ Each subcommand supports:
`run` supports:
- `--config <path>`: config file to load.
- `--dry-run`: validate config and print the resolved summary without publishing.
- `--dry-run`: validate config, print planned actions and final status, and do not publish.
## Common workflows