Validate a deploy config — the binding of each definition's logical resource
handles to physical resources, per environment (tag). Throws a formatted,
path-prefixed error if the shape is invalid. The CLI collapses the selected
deployment's bindings via resourceAliasesToMap into the
resourceAliases map deployDefinitions expands against.
Validates shape only; reader-floor acknowledgement belongs to paths that
submit definitions (deployDefinitions, the CLI deploy and definition-diff
commands, and blueprint provision). Other commands may load a selected
deployment with a missing floor.
Each WorkflowDeploymentInput carries an acknowledgement; definition-submission
paths compare it with the submitted definitions. The returned WorkflowConfig
is the looser parsed shape.
Validate a deploy config — the binding of each definition's logical resource handles to physical resources, per environment (tag). Throws a formatted, path-prefixed error if the shape is invalid. The CLI collapses the selected deployment's bindings via resourceAliasesToMap into the
resourceAliasesmapdeployDefinitionsexpands against.Validates shape only; reader-floor acknowledgement belongs to paths that submit definitions (
deployDefinitions, the CLI deploy and definition-diff commands, and blueprint provision). Other commands may load a selected deployment with a missing floor.Each
WorkflowDeploymentInputcarries an acknowledgement; definition-submission paths compare it with the submitted definitions. The returned WorkflowConfig is the looser parsed shape.