Validate your infrastructure config file without making any cloud API calls. Catches structural errors, invalid resource types, and missing required fields.
kyku validate [options]
-c, --config <path>
./infrastructure.ts
-e, --env <environment>
default
-p, --passphrase <phrase>
# Validate the default configkyku validate # Validate a specific config filekyku validate --config=./staging.ts # Validate with environmentkyku validate --env=prod