JustDeploy
Description
JustDeploy main module contains the typical functions you may wish to use. Most functions are internal and will never be executed, but the following functions are the main functions executed by the user.
SQLBuild Cmdlets
Confirm-JDResource
Function to validate a configuration file. A selection of checks are currently made on the configuration:
- Mandatory: any mandatory parameters will be checked to ensure a not null value has been supplied.
- NotInList: useful for SKus and other parameters where the value has to be one of a known list of values.
- Compatibility: sometimes one attribute value may be dependant upon another.
- NotValid: character pattern is not valid, e.g. a special character is used in a name which is not suitable or allowed.
Deploy-JDResource
The main function to deploy a configuration. Limited validation is performed, so the recommendation is to always validate a configuration before deploying it.
Install-JDModule
Install the JustDeploy modules onto your client computer.
UnInstall-JDModule
Install the JustDeploy modules from your client computer.