CLI Reference¶
zensical-updates ships a small maintenance CLI for inspecting
the installed library. The importable API is the product; this is a convenience
for introspection and maintenance tasks.
zensical-updates¶
Generate a dated Updates section for a zensical site.
Usage¶
zensical-updates [OPTIONS] COMMAND [ARGS]...
Arguments¶
No arguments available
Options¶
No options available
Commands¶
| Name | Description |
|---|---|
build |
Generate the Updates section under the... |
clean |
Remove the generated Updates output. |
version |
Print the installed library version. |
info |
Show the version and the public API surface. |
Subcommands¶
build¶
Generate the Updates section under the site's docs directory.
Usage¶
zensical-updates build [OPTIONS]
Arguments¶
No arguments available
Options¶
| Name | Description | Required | Default |
|---|---|---|---|
--root PATH |
Project root holding zensical.toml. | No | . |
--config PATH |
Path to zensical.toml (default: the project root). | No | - |
clean¶
Remove the generated Updates output.
Usage¶
zensical-updates clean [OPTIONS]
Arguments¶
No arguments available
Options¶
| Name | Description | Required | Default |
|---|---|---|---|
--root PATH |
Project root holding zensical.toml. | No | . |
--config PATH |
Path to zensical.toml (default: the project root). | No | - |
version¶
Print the installed library version.
Usage¶
zensical-updates version [OPTIONS]
Arguments¶
No arguments available
Options¶
No options available
info¶
Show the version and the public API surface.
Usage¶
zensical-updates info [OPTIONS]
Arguments¶
No arguments available
Options¶
No options available