Shape of the cdkx.json configuration file.
cdkx.json
Used by synth, deploy, destroy, and future commands. Lives in @cdk-x/core so both engine and CLI can import it without circular dependencies.
synth
deploy
destroy
@cdk-x/core
Shell command to run the user's compiled app (e.g. node app.js).
node app.js
Optional
Output directory for synthesis artifacts (default: 'cdkx.out').
'cdkx.out'
Shape of the
cdkx.jsonconfiguration file.Used by
synth,deploy,destroy, and future commands. Lives in@cdk-x/coreso both engine and CLI can import it without circular dependencies.