Dizzy - API
Get-BackendBranch
Gets a backend branch based on a frontend branch by querying Stash.
Get-BackendBranch [-FrontendBranch] <String> [-StashUrl] <String> [-Project] <String> [-Repo] <String> [-UserName] <String> [-Password] <SecureString> [<CommonParameters>]
Get-FrontendPackage
Gets a frontend package for the corresponding backend branch.
Get-FrontendPackage [-Branch] <String> [-PackageId] <String> [-Source] <String> [[-Prerelease] <String>] [[-Version] <String>] [[-ProjectPath] <String>] [<CommonParameters>]
Get-PackageVersion
Gets the version to use for building a NuGet package
Get-PackageVersion [-Branch] <String> [-MetaDataJsonPath] <String> [-MajorMinorPatch] <String> [<CommonParameters>]
GetDirecectoryContainingSubdir
GetDirecectoryContainingSubdir [[-Parent] <Object>] [[-SubDir] <Object>]
Install-Frontend
[Deprecated] Use Install-ScNugetPackage instead (https://teamcity.unic.com/repository/download/Sitecore_Frameworks_Bob_TheBook_BuildTheBook/.lastSuccessful/Dizzy/MigrationTo30.html) Installs locally the correct frontend package depending on context.
Install-Frontend [[-Name] <String>] [[-ProjectPath] <String>] [[-Branch] <String>] [[-Version] <String>] [<CommonParameters>]
Install-FrontendPackage
Installs a Frontend NuGet package to a specific location.
Install-FrontendPackage [-Package] <IPackage> [-Location] <String> [<CommonParameters>]
Install-ScNugetPackage
Installs all configured NuGet packages to the webroot or to the specified path.
Install-ScNugetPackage [[-NugetPackage] <String[]>] [[-OutputDirectory] <String>] [[-ProjectPath] <String>] [<CommonParameters>]
ResolvePath
ResolvePath [[-PackageId] <Object>] [[-RelativePath] <Object>]
Set-TeamcityVariable
Sets the value of specific Dizzy TeamCity parameter.
Set-TeamcityVariable [-Key] <String> [[-Value] <String>] [<CommonParameters>]
Set-TeamcityVariablesFromMetadata
Sets different TeamCity parameters from a specific metadata.json file.
Set-TeamcityVariablesFromMetadata [-MetaDataJsonPath] <String> [<CommonParameters>]
Start-TeamcityBuild
Starts a new build of a specific TeamCtiy build configuration with a specific branch.
Start-TeamcityBuild [-BuildId] <String> [-Url] <String> [-User] <String> [-Password] <String> [-Branch] <String> [<CommonParameters>]
Write-FrontendPackage
Creates a new frontend NuGet package.
Write-FrontendPackage [-Version] <String> [-Id] <String> [-Path] <String> [-OutputLocation] <String> [[-Folders] <String[]>] [<CommonParameters>]