Metadata-Version: 2.4
Name: sardine-cms-cli
Version: 0.1.0
Summary: Sardine CMS command line: validate, build, export, seed, preview
License-Expression: Apache-2.0
Requires-Python: >=3.12
Requires-Dist: copier>=9.4
Requires-Dist: sardine-cms-build
Requires-Dist: sardine-cms-core
Requires-Dist: sardine-cms-validation
Requires-Dist: typer>=0.12
Description-Content-Type: text/markdown

# cms-cli

The Sardine CMS command line. Reads `sardine.toml` in the project directory
and drives the framework end-to-end:

```bash
cms seed       # create fictional starter content in the project storage
cms validate   # run the validation rules; non-zero exit on errors
cms build      # validate + deterministic build into the output directory
cms export     # build + deployment-target config (--target swa|nginx|generic)
cms preview    # serve the built site locally
```
