Sitecore Installation Framework snippets. Tasks and config function snippets are for SIF 2.2.0
| Prefix | Description |
|---|---|
| sif | Creates an empty configuration for SIF |
| sif-inc | Inserts includes section |
| sif-p | Inserts an empty parameter |
| sif-pd | Inserts an empty parameter with default value |
| sif-pr | Inserts an empty parameter with a reference |
| sif-t | Inserts a task snippet |
| sifc-{Configuration Function Name} | Inserts specified configuration function |
| sift-{Task Name} | Inserts specified task |
| sif-run | Inserts a Powershell snippet for run SIF configuration file |
SIF Snippets version is now align to SIF version.
| Prefix | Description |
|---|---|
| sifc-If | this function is deprecated |
| sift-DownloadFile | new parameters Hash and Algorithm |
| sifc-Split | new function to split strings |