@bizyaml/cli
v1.0.3
Published
Command Line Interface for BizYAML
Maintainers
Readme
@bizyaml/cli
The official Command Line Interface for the BizYAML ecosystem.
Usage
You can run the CLI directly using npx:
npx @bizyaml/cli validate ./my-bizyaml-projectCommands
bizyaml validate <dir>: Discover, merge, and semantically validate all.entity.yaml,.flow.yaml, and.views.yamlfiles inside the directory.bizyaml compile <dir> [outDir]: Validate and emit the compiled Intermediate Representation (IR) JSON files.
For full documentation and rules, visit the BizYAML Repository.
