Add notification hook and run summary
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user