cakd validate
Overview
Section titled “Overview”The cakd validate command checks a platform.yaml file for structural and semantic correctness. Use it to verify configuration before running cakd create.
cakd validate [flags]| Flag | Short | Type | Default | Description |
|---|---|---|---|---|
--file | -f | string | platform.yaml | Path to platform.yaml |
How It Works
Section titled “How It Works”- Parse the
platform.yamlfile using the config parser. - Perform structure and logic validation. Exit non-zero on validation errors.
- On success, print project metadata (name, owner, language).
Examples
Section titled “Examples”Basic usage
Section titled “Basic usage”cakd validate -f platform.yaml