Skip to content

Commit

Permalink
Merge branch 'stable'
Browse files Browse the repository at this point in the history
* stable:
  (doc) update generated docs for command reference
  (doc) add source to functions
  (doc) add new line in helper reference
  (GH-935) search/info/list --version
  (doc) provide more awareness about licensed
  (GH-893) Fix: Help Warns Required Elevated Rights
  (GH-959) Fix: Licensed feed cannot be disabled
  (GH-960) Fix: 7z File System Redirection
  (GH-938) Suggest choco help on unknown command
  (doc) Synchronizer/Enhancements to Autouninstaller
  • Loading branch information
ferventcoder committed Sep 14, 2016
2 parents dc74d61 + ee53d54 commit 1784c93
Show file tree
Hide file tree
Showing 57 changed files with 220 additions and 20 deletions.
4 changes: 4 additions & 0 deletions GenerateDocs.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ $psModuleLocation = [System.IO.Path]::GetFullPath("$thisDirectory\src\chocolatey
$docsFolder = [System.IO.Path]::GetFullPath("$thisDirectory\docs\generated")
$chocoExe = [System.IO.Path]::GetFullPath("$thisDirectory\code_drop\chocolatey\console\choco.exe")
$lineFeed = "`r`n"
$srcFunctions = 'https://github.com/chocolatey/choco/tree/stable/src/chocolatey.resources/helpers/functions'
$global:powerShellReferenceTOC = @'
# PowerShell Functions aka Helpers Reference
Expand Down Expand Up @@ -309,6 +310,8 @@ $( if ($_.relatedLinks -ne $null) {Write-Output "$lineFeed## Links$lineFeed$line
[[Function Reference|HelpersReference]]
***NOTE:*** This documentation has been automatically generated from ``Import-Module `"`$env:ChocolateyInstall\helpers\chocolateyInstaller.psm1`" -Force; Get-Help $($_.Name) -Full``.
View the source for [$($_.Name)]($srcFunctions/$($_.Name)`.ps1)
"@ | Out-File $fileName -Encoding UTF8 -Force
}

Expand All @@ -317,6 +320,7 @@ $( if ($_.relatedLinks -ne $null) {Write-Output "$lineFeed## Links$lineFeed$line

$global:powerShellReferenceTOC += @'
## Variables
There are also a number of environment variables providing access to some values from the nuspec and other information that may be useful. They are accessed via `$env:variableName`.
Expand Down
8 changes: 8 additions & 0 deletions docs/generated/CommandsInstall.md
Original file line number Diff line number Diff line change
Expand Up @@ -236,6 +236,14 @@ Includes [[default options/switches|CommandsReference#default-options-and-switch
PackageParameters - Parameters to pass to the package. Defaults to
unspecified.
--apply-install-arguments-to-dependencies
Apply Install Arguments To Dependencies - Should install arguments be
applied to dependent packages? Defaults to false.
--apply-package-parameters-to-dependencies
Apply Package Parameters To Dependencies - Should package parameters be
applied to dependent packages? Defaults to false.
--allowdowngrade, --allow-downgrade
AllowDowngrade - Should an attempt at downgrading be allowed? Defaults
to false.
Expand Down
8 changes: 8 additions & 0 deletions docs/generated/CommandsUninstall.md
Original file line number Diff line number Diff line change
Expand Up @@ -150,6 +150,14 @@ Includes [[default options/switches|CommandsReference#default-options-and-switch
PackageParameters - Parameters to pass to the package. Defaults to
unspecified.
--apply-install-arguments-to-dependencies
Apply Install Arguments To Dependencies - Should install arguments be
applied to dependent packages? Defaults to false.
--apply-package-parameters-to-dependencies
Apply Package Parameters To Dependencies - Should package parameters be
applied to dependent packages? Defaults to false.
-m, --sxs, --sidebyside, --side-by-side, --allowmultiple, --allow-multiple, --allowmultipleversions, --allow-multiple-versions
AllowMultipleVersions - Should multiple versions of a package be
installed? Defaults to false.
Expand Down
8 changes: 8 additions & 0 deletions docs/generated/CommandsUpgrade.md
Original file line number Diff line number Diff line change
Expand Up @@ -135,6 +135,14 @@ Includes [[default options/switches|CommandsReference#default-options-and-switch
PackageParameters - Parameters to pass to the package. Defaults to
unspecified.
--apply-install-arguments-to-dependencies
Apply Install Arguments To Dependencies - Should install arguments be
applied to dependent packages? Defaults to false.
--apply-package-parameters-to-dependencies
Apply Package Parameters To Dependencies - Should package parameters be
applied to dependent packages? Defaults to false.
--allowdowngrade, --allow-downgrade
AllowDowngrade - Should an attempt at downgrading be allowed? Defaults
to false.
Expand Down
2 changes: 2 additions & 0 deletions docs/generated/HelpersFormatFileSize.md
Original file line number Diff line number Diff line change
Expand Up @@ -78,3 +78,5 @@ This cmdlet supports the common parameters: -Verbose, -Debug, -ErrorAction, -Err
[[Function Reference|HelpersReference]]

***NOTE:*** This documentation has been automatically generated from `Import-Module "$env:ChocolateyInstall\helpers\chocolateyInstaller.psm1" -Force; Get-Help Format-FileSize -Full`.

View the source for [Format-FileSize](https://github.com/chocolatey/choco/tree/stable/src/chocolatey.resources/helpers/functions/Format-FileSize.ps1)
2 changes: 2 additions & 0 deletions docs/generated/HelpersGetChecksumValid.md
Original file line number Diff line number Diff line change
Expand Up @@ -175,3 +175,5 @@ This cmdlet supports the common parameters: -Verbose, -Debug, -ErrorAction, -Err
[[Function Reference|HelpersReference]]

***NOTE:*** This documentation has been automatically generated from `Import-Module "$env:ChocolateyInstall\helpers\chocolateyInstaller.psm1" -Force; Get-Help Get-ChecksumValid -Full`.

View the source for [Get-ChecksumValid](https://github.com/chocolatey/choco/tree/stable/src/chocolatey.resources/helpers/functions/Get-ChecksumValid.ps1)
2 changes: 2 additions & 0 deletions docs/generated/HelpersGetChocolateyUnzip.md
Original file line number Diff line number Diff line change
Expand Up @@ -133,3 +133,5 @@ This cmdlet supports the common parameters: -Verbose, -Debug, -ErrorAction, -Err
[[Function Reference|HelpersReference]]

***NOTE:*** This documentation has been automatically generated from `Import-Module "$env:ChocolateyInstall\helpers\chocolateyInstaller.psm1" -Force; Get-Help Get-ChocolateyUnzip -Full`.

View the source for [Get-ChocolateyUnzip](https://github.com/chocolatey/choco/tree/stable/src/chocolatey.resources/helpers/functions/Get-ChocolateyUnzip.ps1)
2 changes: 2 additions & 0 deletions docs/generated/HelpersGetChocolateyWebFile.md
Original file line number Diff line number Diff line change
Expand Up @@ -322,3 +322,5 @@ This cmdlet supports the common parameters: -Verbose, -Debug, -ErrorAction, -Err
[[Function Reference|HelpersReference]]

***NOTE:*** This documentation has been automatically generated from `Import-Module "$env:ChocolateyInstall\helpers\chocolateyInstaller.psm1" -Force; Get-Help Get-ChocolateyWebFile -Full`.

View the source for [Get-ChocolateyWebFile](https://github.com/chocolatey/choco/tree/stable/src/chocolatey.resources/helpers/functions/Get-ChocolateyWebFile.ps1)
2 changes: 2 additions & 0 deletions docs/generated/HelpersGetEnvironmentVariable.md
Original file line number Diff line number Diff line change
Expand Up @@ -117,3 +117,5 @@ This cmdlet supports the common parameters: -Verbose, -Debug, -ErrorAction, -Err
[[Function Reference|HelpersReference]]

***NOTE:*** This documentation has been automatically generated from `Import-Module "$env:ChocolateyInstall\helpers\chocolateyInstaller.psm1" -Force; Get-Help Get-EnvironmentVariable -Full`.

View the source for [Get-EnvironmentVariable](https://github.com/chocolatey/choco/tree/stable/src/chocolatey.resources/helpers/functions/Get-EnvironmentVariable.ps1)
2 changes: 2 additions & 0 deletions docs/generated/HelpersGetEnvironmentVariableNames.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,3 +53,5 @@ None
[[Function Reference|HelpersReference]]

***NOTE:*** This documentation has been automatically generated from `Import-Module "$env:ChocolateyInstall\helpers\chocolateyInstaller.psm1" -Force; Get-Help Get-EnvironmentVariableNames -Full`.

View the source for [Get-EnvironmentVariableNames](https://github.com/chocolatey/choco/tree/stable/src/chocolatey.resources/helpers/functions/Get-EnvironmentVariableNames.ps1)
2 changes: 2 additions & 0 deletions docs/generated/HelpersGetFtpFile.md
Original file line number Diff line number Diff line change
Expand Up @@ -123,3 +123,5 @@ This cmdlet supports the common parameters: -Verbose, -Debug, -ErrorAction, -Err
[[Function Reference|HelpersReference]]

***NOTE:*** This documentation has been automatically generated from `Import-Module "$env:ChocolateyInstall\helpers\chocolateyInstaller.psm1" -Force; Get-Help Get-FtpFile -Full`.

View the source for [Get-FtpFile](https://github.com/chocolatey/choco/tree/stable/src/chocolatey.resources/helpers/functions/Get-FtpFile.ps1)
2 changes: 2 additions & 0 deletions docs/generated/HelpersGetOSArchitectureWidth.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,3 +45,5 @@ None
[[Function Reference|HelpersReference]]

***NOTE:*** This documentation has been automatically generated from `Import-Module "$env:ChocolateyInstall\helpers\chocolateyInstaller.psm1" -Force; Get-Help Get-OSArchitectureWidth -Full`.

View the source for [Get-OSArchitectureWidth](https://github.com/chocolatey/choco/tree/stable/src/chocolatey.resources/helpers/functions/Get-OSArchitectureWidth.ps1)
2 changes: 2 additions & 0 deletions docs/generated/HelpersGetToolsLocation.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,3 +51,5 @@ None
[[Function Reference|HelpersReference]]

***NOTE:*** This documentation has been automatically generated from `Import-Module "$env:ChocolateyInstall\helpers\chocolateyInstaller.psm1" -Force; Get-Help Get-ToolsLocation -Full`.

View the source for [Get-ToolsLocation](https://github.com/chocolatey/choco/tree/stable/src/chocolatey.resources/helpers/functions/Get-ToolsLocation.ps1)
2 changes: 2 additions & 0 deletions docs/generated/HelpersGetUACEnabled.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,3 +38,5 @@ None
[[Function Reference|HelpersReference]]

***NOTE:*** This documentation has been automatically generated from `Import-Module "$env:ChocolateyInstall\helpers\chocolateyInstaller.psm1" -Force; Get-Help Get-UACEnabled -Full`.

View the source for [Get-UACEnabled](https://github.com/chocolatey/choco/tree/stable/src/chocolatey.resources/helpers/functions/Get-UACEnabled.ps1)
2 changes: 2 additions & 0 deletions docs/generated/HelpersGetUninstallRegistryKey.md
Original file line number Diff line number Diff line change
Expand Up @@ -117,3 +117,5 @@ This cmdlet supports the common parameters: -Verbose, -Debug, -ErrorAction, -Err
[[Function Reference|HelpersReference]]

***NOTE:*** This documentation has been automatically generated from `Import-Module "$env:ChocolateyInstall\helpers\chocolateyInstaller.psm1" -Force; Get-Help Get-UninstallRegistryKey -Full`.

View the source for [Get-UninstallRegistryKey](https://github.com/chocolatey/choco/tree/stable/src/chocolatey.resources/helpers/functions/Get-UninstallRegistryKey.ps1)
2 changes: 2 additions & 0 deletions docs/generated/HelpersGetVirusCheckValid.md
Original file line number Diff line number Diff line change
Expand Up @@ -78,3 +78,5 @@ This cmdlet supports the common parameters: -Verbose, -Debug, -ErrorAction, -Err
[[Function Reference|HelpersReference]]

***NOTE:*** This documentation has been automatically generated from `Import-Module "$env:ChocolateyInstall\helpers\chocolateyInstaller.psm1" -Force; Get-Help Get-VirusCheckValid -Full`.

View the source for [Get-VirusCheckValid](https://github.com/chocolatey/choco/tree/stable/src/chocolatey.resources/helpers/functions/Get-VirusCheckValid.ps1)
2 changes: 2 additions & 0 deletions docs/generated/HelpersGetWebFile.md
Original file line number Diff line number Diff line change
Expand Up @@ -139,3 +139,5 @@ This cmdlet supports the common parameters: -Verbose, -Debug, -ErrorAction, -Err
[[Function Reference|HelpersReference]]

***NOTE:*** This documentation has been automatically generated from `Import-Module "$env:ChocolateyInstall\helpers\chocolateyInstaller.psm1" -Force; Get-Help Get-WebFile -Full`.

View the source for [Get-WebFile](https://github.com/chocolatey/choco/tree/stable/src/chocolatey.resources/helpers/functions/Get-WebFile.ps1)
2 changes: 2 additions & 0 deletions docs/generated/HelpersGetWebFileName.md
Original file line number Diff line number Diff line change
Expand Up @@ -114,3 +114,5 @@ This cmdlet supports the common parameters: -Verbose, -Debug, -ErrorAction, -Err
[[Function Reference|HelpersReference]]

***NOTE:*** This documentation has been automatically generated from `Import-Module "$env:ChocolateyInstall\helpers\chocolateyInstaller.psm1" -Force; Get-Help Get-WebFileName -Full`.

View the source for [Get-WebFileName](https://github.com/chocolatey/choco/tree/stable/src/chocolatey.resources/helpers/functions/Get-WebFileName.ps1)
2 changes: 2 additions & 0 deletions docs/generated/HelpersGetWebHeaders.md
Original file line number Diff line number Diff line change
Expand Up @@ -84,3 +84,5 @@ This cmdlet supports the common parameters: -Verbose, -Debug, -ErrorAction, -Err
[[Function Reference|HelpersReference]]

***NOTE:*** This documentation has been automatically generated from `Import-Module "$env:ChocolateyInstall\helpers\chocolateyInstaller.psm1" -Force; Get-Help Get-WebHeaders -Full`.

View the source for [Get-WebHeaders](https://github.com/chocolatey/choco/tree/stable/src/chocolatey.resources/helpers/functions/Get-WebHeaders.ps1)
2 changes: 2 additions & 0 deletions docs/generated/HelpersInstallBinFile.md
Original file line number Diff line number Diff line change
Expand Up @@ -127,3 +127,5 @@ This cmdlet supports the common parameters: -Verbose, -Debug, -ErrorAction, -Err
[[Function Reference|HelpersReference]]

***NOTE:*** This documentation has been automatically generated from `Import-Module "$env:ChocolateyInstall\helpers\chocolateyInstaller.psm1" -Force; Get-Help Install-BinFile -Full`.

View the source for [Install-BinFile](https://github.com/chocolatey/choco/tree/stable/src/chocolatey.resources/helpers/functions/Install-BinFile.ps1)
2 changes: 2 additions & 0 deletions docs/generated/HelpersInstallChocolateyDesktopLink.md
Original file line number Diff line number Diff line change
Expand Up @@ -88,3 +88,5 @@ This cmdlet supports the common parameters: -Verbose, -Debug, -ErrorAction, -Err
[[Function Reference|HelpersReference]]

***NOTE:*** This documentation has been automatically generated from `Import-Module "$env:ChocolateyInstall\helpers\chocolateyInstaller.psm1" -Force; Get-Help Install-ChocolateyDesktopLink -Full`.

View the source for [Install-ChocolateyDesktopLink](https://github.com/chocolatey/choco/tree/stable/src/chocolatey.resources/helpers/functions/Install-ChocolateyDesktopLink.ps1)
2 changes: 2 additions & 0 deletions docs/generated/HelpersInstallChocolateyEnvironmentVariable.md
Original file line number Diff line number Diff line change
Expand Up @@ -140,3 +140,5 @@ This cmdlet supports the common parameters: -Verbose, -Debug, -ErrorAction, -Err
[[Function Reference|HelpersReference]]

***NOTE:*** This documentation has been automatically generated from `Import-Module "$env:ChocolateyInstall\helpers\chocolateyInstaller.psm1" -Force; Get-Help Install-ChocolateyEnvironmentVariable -Full`.

View the source for [Install-ChocolateyEnvironmentVariable](https://github.com/chocolatey/choco/tree/stable/src/chocolatey.resources/helpers/functions/Install-ChocolateyEnvironmentVariable.ps1)
2 changes: 2 additions & 0 deletions docs/generated/HelpersInstallChocolateyExplorerMenuItem.md
Original file line number Diff line number Diff line change
Expand Up @@ -143,3 +143,5 @@ This cmdlet supports the common parameters: -Verbose, -Debug, -ErrorAction, -Err
[[Function Reference|HelpersReference]]

***NOTE:*** This documentation has been automatically generated from `Import-Module "$env:ChocolateyInstall\helpers\chocolateyInstaller.psm1" -Force; Get-Help Install-ChocolateyExplorerMenuItem -Full`.

View the source for [Install-ChocolateyExplorerMenuItem](https://github.com/chocolatey/choco/tree/stable/src/chocolatey.resources/helpers/functions/Install-ChocolateyExplorerMenuItem.ps1)
2 changes: 2 additions & 0 deletions docs/generated/HelpersInstallChocolateyFileAssociation.md
Original file line number Diff line number Diff line change
Expand Up @@ -93,3 +93,5 @@ This cmdlet supports the common parameters: -Verbose, -Debug, -ErrorAction, -Err
[[Function Reference|HelpersReference]]

***NOTE:*** This documentation has been automatically generated from `Import-Module "$env:ChocolateyInstall\helpers\chocolateyInstaller.psm1" -Force; Get-Help Install-ChocolateyFileAssociation -Full`.

View the source for [Install-ChocolateyFileAssociation](https://github.com/chocolatey/choco/tree/stable/src/chocolatey.resources/helpers/functions/Install-ChocolateyFileAssociation.ps1)
2 changes: 2 additions & 0 deletions docs/generated/HelpersInstallChocolateyInstallPackage.md
Original file line number Diff line number Diff line change
Expand Up @@ -222,3 +222,5 @@ This cmdlet supports the common parameters: -Verbose, -Debug, -ErrorAction, -Err
[[Function Reference|HelpersReference]]

***NOTE:*** This documentation has been automatically generated from `Import-Module "$env:ChocolateyInstall\helpers\chocolateyInstaller.psm1" -Force; Get-Help Install-ChocolateyInstallPackage -Full`.

View the source for [Install-ChocolateyInstallPackage](https://github.com/chocolatey/choco/tree/stable/src/chocolatey.resources/helpers/functions/Install-ChocolateyInstallPackage.ps1)
2 changes: 2 additions & 0 deletions docs/generated/HelpersInstallChocolateyPackage.md
Original file line number Diff line number Diff line change
Expand Up @@ -406,3 +406,5 @@ This cmdlet supports the common parameters: -Verbose, -Debug, -ErrorAction, -Err
[[Function Reference|HelpersReference]]

***NOTE:*** This documentation has been automatically generated from `Import-Module "$env:ChocolateyInstall\helpers\chocolateyInstaller.psm1" -Force; Get-Help Install-ChocolateyPackage -Full`.

View the source for [Install-ChocolateyPackage](https://github.com/chocolatey/choco/tree/stable/src/chocolatey.resources/helpers/functions/Install-ChocolateyPackage.ps1)
2 changes: 2 additions & 0 deletions docs/generated/HelpersInstallChocolateyPath.md
Original file line number Diff line number Diff line change
Expand Up @@ -109,3 +109,5 @@ This cmdlet supports the common parameters: -Verbose, -Debug, -ErrorAction, -Err
[[Function Reference|HelpersReference]]

***NOTE:*** This documentation has been automatically generated from `Import-Module "$env:ChocolateyInstall\helpers\chocolateyInstaller.psm1" -Force; Get-Help Install-ChocolateyPath -Full`.

View the source for [Install-ChocolateyPath](https://github.com/chocolatey/choco/tree/stable/src/chocolatey.resources/helpers/functions/Install-ChocolateyPath.ps1)
2 changes: 2 additions & 0 deletions docs/generated/HelpersInstallChocolateyPinnedTaskBarItem.md
Original file line number Diff line number Diff line change
Expand Up @@ -77,3 +77,5 @@ This cmdlet supports the common parameters: -Verbose, -Debug, -ErrorAction, -Err
[[Function Reference|HelpersReference]]

***NOTE:*** This documentation has been automatically generated from `Import-Module "$env:ChocolateyInstall\helpers\chocolateyInstaller.psm1" -Force; Get-Help Install-ChocolateyPinnedTaskBarItem -Full`.

View the source for [Install-ChocolateyPinnedTaskBarItem](https://github.com/chocolatey/choco/tree/stable/src/chocolatey.resources/helpers/functions/Install-ChocolateyPinnedTaskBarItem.ps1)
2 changes: 2 additions & 0 deletions docs/generated/HelpersInstallChocolateyPowershellCommand.md
Original file line number Diff line number Diff line change
Expand Up @@ -278,3 +278,5 @@ This cmdlet supports the common parameters: -Verbose, -Debug, -ErrorAction, -Err
[[Function Reference|HelpersReference]]

***NOTE:*** This documentation has been automatically generated from `Import-Module "$env:ChocolateyInstall\helpers\chocolateyInstaller.psm1" -Force; Get-Help Install-ChocolateyPowershellCommand -Full`.

View the source for [Install-ChocolateyPowershellCommand](https://github.com/chocolatey/choco/tree/stable/src/chocolatey.resources/helpers/functions/Install-ChocolateyPowershellCommand.ps1)
2 changes: 2 additions & 0 deletions docs/generated/HelpersInstallChocolateyShortcut.md
Original file line number Diff line number Diff line change
Expand Up @@ -222,3 +222,5 @@ This cmdlet supports the common parameters: -Verbose, -Debug, -ErrorAction, -Err
[[Function Reference|HelpersReference]]

***NOTE:*** This documentation has been automatically generated from `Import-Module "$env:ChocolateyInstall\helpers\chocolateyInstaller.psm1" -Force; Get-Help Install-ChocolateyShortcut -Full`.

View the source for [Install-ChocolateyShortcut](https://github.com/chocolatey/choco/tree/stable/src/chocolatey.resources/helpers/functions/Install-ChocolateyShortcut.ps1)
2 changes: 2 additions & 0 deletions docs/generated/HelpersInstallChocolateyVsixPackage.md
Original file line number Diff line number Diff line change
Expand Up @@ -197,3 +197,5 @@ This cmdlet supports the common parameters: -Verbose, -Debug, -ErrorAction, -Err
[[Function Reference|HelpersReference]]

***NOTE:*** This documentation has been automatically generated from `Import-Module "$env:ChocolateyInstall\helpers\chocolateyInstaller.psm1" -Force; Get-Help Install-ChocolateyVsixPackage -Full`.

View the source for [Install-ChocolateyVsixPackage](https://github.com/chocolatey/choco/tree/stable/src/chocolatey.resources/helpers/functions/Install-ChocolateyVsixPackage.ps1)
2 changes: 2 additions & 0 deletions docs/generated/HelpersInstallChocolateyZipPackage.md
Original file line number Diff line number Diff line change
Expand Up @@ -279,3 +279,5 @@ This cmdlet supports the common parameters: -Verbose, -Debug, -ErrorAction, -Err
[[Function Reference|HelpersReference]]

***NOTE:*** This documentation has been automatically generated from `Import-Module "$env:ChocolateyInstall\helpers\chocolateyInstaller.psm1" -Force; Get-Help Install-ChocolateyZipPackage -Full`.

View the source for [Install-ChocolateyZipPackage](https://github.com/chocolatey/choco/tree/stable/src/chocolatey.resources/helpers/functions/Install-ChocolateyZipPackage.ps1)
2 changes: 2 additions & 0 deletions docs/generated/HelpersInstallVsix.md
Original file line number Diff line number Diff line change
Expand Up @@ -80,3 +80,5 @@ This cmdlet supports the common parameters: -Verbose, -Debug, -ErrorAction, -Err
[[Function Reference|HelpersReference]]

***NOTE:*** This documentation has been automatically generated from `Import-Module "$env:ChocolateyInstall\helpers\chocolateyInstaller.psm1" -Force; Get-Help Install-Vsix -Full`.

View the source for [Install-Vsix](https://github.com/chocolatey/choco/tree/stable/src/chocolatey.resources/helpers/functions/Install-Vsix.ps1)
1 change: 1 addition & 0 deletions docs/generated/HelpersReference.md
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,7 @@ These are the functions from above as one list.
* [[Write-ChocolateyFailure|HelpersWriteChocolateyFailure]]
* [[Write-ChocolateySuccess|HelpersWriteChocolateySuccess]]
* [[Write-FileUpdateLog|HelpersWriteFileUpdateLog]]

## Variables

There are also a number of environment variables providing access to some values from the nuspec and other information that may be useful. They are accessed via `$env:variableName`.
Expand Down
2 changes: 2 additions & 0 deletions docs/generated/HelpersSetEnvironmentVariable.md
Original file line number Diff line number Diff line change
Expand Up @@ -95,3 +95,5 @@ This cmdlet supports the common parameters: -Verbose, -Debug, -ErrorAction, -Err
[[Function Reference|HelpersReference]]

***NOTE:*** This documentation has been automatically generated from `Import-Module "$env:ChocolateyInstall\helpers\chocolateyInstaller.psm1" -Force; Get-Help Set-EnvironmentVariable -Full`.

View the source for [Set-EnvironmentVariable](https://github.com/chocolatey/choco/tree/stable/src/chocolatey.resources/helpers/functions/Set-EnvironmentVariable.ps1)
2 changes: 2 additions & 0 deletions docs/generated/HelpersSetPowerShellExitCode.md
Original file line number Diff line number Diff line change
Expand Up @@ -73,3 +73,5 @@ This cmdlet supports the common parameters: -Verbose, -Debug, -ErrorAction, -Err
[[Function Reference|HelpersReference]]

***NOTE:*** This documentation has been automatically generated from `Import-Module "$env:ChocolateyInstall\helpers\chocolateyInstaller.psm1" -Force; Get-Help Set-PowerShellExitCode -Full`.

View the source for [Set-PowerShellExitCode](https://github.com/chocolatey/choco/tree/stable/src/chocolatey.resources/helpers/functions/Set-PowerShellExitCode.ps1)
2 changes: 2 additions & 0 deletions docs/generated/HelpersStartChocolateyProcessAsAdmin.md
Original file line number Diff line number Diff line change
Expand Up @@ -190,3 +190,5 @@ This cmdlet supports the common parameters: -Verbose, -Debug, -ErrorAction, -Err
[[Function Reference|HelpersReference]]

***NOTE:*** This documentation has been automatically generated from `Import-Module "$env:ChocolateyInstall\helpers\chocolateyInstaller.psm1" -Force; Get-Help Start-ChocolateyProcessAsAdmin -Full`.

View the source for [Start-ChocolateyProcessAsAdmin](https://github.com/chocolatey/choco/tree/stable/src/chocolatey.resources/helpers/functions/Start-ChocolateyProcessAsAdmin.ps1)
2 changes: 2 additions & 0 deletions docs/generated/HelpersTestProcessAdminRights.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,3 +40,5 @@ None
[[Function Reference|HelpersReference]]

***NOTE:*** This documentation has been automatically generated from `Import-Module "$env:ChocolateyInstall\helpers\chocolateyInstaller.psm1" -Force; Get-Help Test-ProcessAdminRights -Full`.

View the source for [Test-ProcessAdminRights](https://github.com/chocolatey/choco/tree/stable/src/chocolatey.resources/helpers/functions/Test-ProcessAdminRights.ps1)
Loading

0 comments on commit 1784c93

Please sign in to comment.