Built-In
Contains functionality for working with Chocolatey.
In order to use the commands for this alias, Chocolatey will require to be installed on the machine where the build script is being run. See this page for details on how Chocolatey can be installed.
AddSource
ChocolateyAddSource |
Adds Chocolatey package source using the specified name, source & settings to global user config. |
ChocolateyAddSource |
Adds Chocolatey package source using the specified name &source to global user config. |
ApiKey
ChocolateyApiKey |
Sets the Api Key for a Chocolatey Source using the specified settings. |
Config
ChocolateyConfig |
Sets the config parameter using the specified settings. |
DisableFeature
Chocolatey |
Disables a Chocolatey Feature using the specified name and settings. |
Chocolatey |
Disables a Chocolatey Feature using the specified name. |
DisableSource
Chocolatey |
Disables a Chocolatey Source using the specified name and settings. |
Chocolatey |
Disables a Chocolatey Source using the specified name. |
Download
ChocolateyDownload |
Downloads a Chocolatey package using the specified settings.
Requires Chocolatey licensed edition.
Features requiring Chocolatey for Business or a minimum version are documented
in ChocolateyDownloadSettings .
|
ChocolateyDownload |
Downloads a Chocolatey package to the current working directory. Requires Chocolatey licensed edition. |
EnableFeature
Chocolatey |
Enables a Chocolatey Feature using the specified name and settings. |
Chocolatey |
Enables a Chocolatey Feature using the specified name. |
EnableSource
Chocolatey |
Enables a Chocolatey Source using the specified name and settings. |
Chocolatey |
Enables a Chocolatey Source using the specified name. |
Export
ChocolateyExport |
Exports the currently installed Chocolatey packages using the specified settings. |
ChocolateyExport |
Exports the currently installed Chocolatey packages to a packages.config file in the current working directory. |
Install
ChocolateyInstall |
Installs a Chocolatey package using the specified settings. |
ChocolateyInstall |
Installs a Chocolatey package. |
Chocolatey |
Installs Chocolatey packages using the specified package configuration and settings. |
Chocolatey |
Installs Chocolatey packages using the specified package configuration. |
New
ChocolateyNew |
Generate package specification files for a new package using the specified settings. |
ChocolateyNew |
Generate package specification files for a new package using the default settings. |
Pack
ChocolateyPack |
Creates a Chocolatey package using the specified settings. |
ChocolateyPack |
Creates a Chocolatey package using the specified Nuspec file. |
ChocolateyPack |
Creates Chocolatey packages using the specified Nuspec files. |
Pin
ChocolateyPin |
Pins a Chocolatey package using the specified settings. |
Push
ChocolateyPush |
Pushes a Chocolatey package to a Chocolatey server and publishes it. |
ChocolateyPush |
Pushes Chocolatey packages to a Chocolatey server and publishes them. |
RemoveSource
Chocolatey |
Removes Chocolatey package source using the specified name, source & settings from global user config. |
Chocolatey |
Removes Chocolatey package source using the specified name & source from global user config. |
Uninstall
ChocolateyUninstall |
Uninstalls Chocolatey packages using the specified settings. |
ChocolateyUninstall |
Uninstalls a Chocolatey package. |
ChocolateyUninstall |
Uninstalls a Chocolatey package using the specified settings. |
ChocolateyUninstall |
Uninstalls a Chocolatey package. |
Upgrade
ChocolateyUpgrade |
Upgrades Chocolatey package using the specified settings. |
ChocolateyUpgrade |
Upgrades Chocolatey package. |