deploy_tools.validate#
Members
Raised when the deployment configuration fails validation. |
|
Validate deployment configuration and perform a test build. |
|
Validate configuration to get set of default version changes. |
|
Validate configuration to get set of actions that need to be carried out. |
- exception deploy_tools.validate.ValidationError[source]#
Raised when the deployment configuration fails validation.
- deploy_tools.validate.validate_and_test_configuration(deployment_root: Path, config_folder: Path, allow_all: bool = False, from_scratch: bool = False, test_build: bool = False) None[source]#
Validate deployment configuration and perform a test build.
- deploy_tools.validate.validate_deployment_changes(deployment: Deployment, snapshot: Deployment, allow_all: bool) DeploymentChanges[source]#
Validate configuration to get set of actions that need to be carried out.
- deploy_tools.validate.validate_default_versions(deployment: Deployment) DefaultVersionsByName[source]#
Validate configuration to get set of default version changes.