CLI Reference
Das speccify-CLI bündelt alle Spec-First-Workflows. Jeder Subcommand
hat eine eigene Referenzseite:
| Command | Beschreibung |
|---|---|
speccify add | Add a playbook dependency and update the lockfile. |
speccify check | Check whether playbooks are still current: source age and dead links. |
speccify init | Create a speccify.yaml for a project that consumes playbooks. |
speccify lint | Validate playbooks: schema, cross-references and assets. |
speccify lock | Resolve dependencies and write speccify.lock. |
speccify pull | Materialise the locked playbooks (including assets) into a directory. |
speccify search | Search playbooks in the configured discovery indexes. |
speccify show | Print a playbook, or a single step of it. |
speccify verify | Check that the lockfile still matches the manifest and the actual bundles. |