1 KDSL build command reference

The kdsl build command is used to compile and package your Kumori DSL (KDSL) project into deployable artifacts. This command processes the KDSL files, resolves dependencies, and generates the necessary output for deployment, as a JSON.

Usage

kdsl build <package> [directory]
  • package: package containing the target deployment
  • directory: directory containing a Kumori module (defaults to the current working directory)

Example

kdsl build my-package ./my-kdsl-project

kdsl build . > solution.json