| name | otchet-compose |
| description | Validate and generate DOCX reports from otchet-compose YAML using the repository CLI. |
Otchet Compose
- Discover capabilities with
otchet-compose inspect --json.
- Read the exact contract with
otchet-compose schema --json.
- Validate with
otchet-compose validate -f <config> --json.
- Preview with
otchet-compose gen -f <config> --dry-run --output-root <root> --json.
- Generate with an explicit output root. Add
--force only for intentional replacement.
- Add
--manifest <path> when exact input/output hashes are required.
Use otchet-compose init --non-interactive ... --json to create starter configs.