loom validate
Check that a loom.yaml is well-formed.
loom validate [path]What It Checks
apiVersionisloom.rickliujh.github.io/v1beta1kindisLoommetadata.nameis present- Parameter names are non-empty and unique
- Operation names are non-empty and unique
- Each operation has exactly one action type
- Patch engines are valid (
smporjson6902)
Example
bash
loom validate ./onboard-serviceOn success, exits with code 0 and prints nothing. On failure, prints validation errors and exits with a non-zero code.