< Back
Install-LocalChocolateyPackage
Post
NAME Install-LocalChocolateyPackage
SYNOPSIS
{{Fill in the Synopsis}}
SYNTAX
Install-LocalChocolateyPackage [-PackageName] <String> [-PackageVersion] <String> [-PackageSource] <String>
[[-Timeout] <Int32>] [<CommonParameters>]
DESCRIPTION
{{Fill in the Description}}
PARAMETERS
-PackageName <String>
{{Fill PackageName Description}}
Required? true
Position? 0
Default value None
Accept pipeline input? True (ByPropertyName)
Accept wildcard characters? false
-PackageSource <String>
{{Fill PackageSource Description}}
Required? true
Position? 2
Default value None
Accept pipeline input? True (ByPropertyName)
Accept wildcard characters? false
-PackageVersion <String>
{{Fill PackageVersion Description}}
Required? true
Position? 1
Default value None
Accept pipeline input? True (ByPropertyName)
Accept wildcard characters? false
-Timeout <Int32>
{{Fill Timeout Description}}
Required? false
Position? 3
Default value None
Accept pipeline input? True (ByPropertyName)
Accept wildcard characters? false
<CommonParameters>
This cmdlet supports the common parameters: Verbose, Debug,
ErrorAction, ErrorVariable, WarningAction, WarningVariable,
OutBuffer, PipelineVariable, and OutVariable. For more information, see
about_CommonParameters (https:/go.microsoft.com/fwlink/?LinkID=113216).
INPUTS
System.String
System.Int32
OUTPUTS
System.Object
NOTES
-------------------------- Example 1 --------------------------
PS C:\\> {{ Add example code here }}
{{ Add example description here }}
RELATED LINKS
http://www.microsoft.com/ http://www.microsoft.com/
SYNOPSIS
{{Fill in the Synopsis}}
SYNTAX
Install-LocalChocolateyPackage [-PackageName] <String> [-PackageVersion] <String> [-PackageSource] <String>
[[-Timeout] <Int32>] [<CommonParameters>]
DESCRIPTION
{{Fill in the Description}}
PARAMETERS
-PackageName <String>
{{Fill PackageName Description}}
Required? true
Position? 0
Default value None
Accept pipeline input? True (ByPropertyName)
Accept wildcard characters? false
-PackageSource <String>
{{Fill PackageSource Description}}
Required? true
Position? 2
Default value None
Accept pipeline input? True (ByPropertyName)
Accept wildcard characters? false
-PackageVersion <String>
{{Fill PackageVersion Description}}
Required? true
Position? 1
Default value None
Accept pipeline input? True (ByPropertyName)
Accept wildcard characters? false
-Timeout <Int32>
{{Fill Timeout Description}}
Required? false
Position? 3
Default value None
Accept pipeline input? True (ByPropertyName)
Accept wildcard characters? false
<CommonParameters>
This cmdlet supports the common parameters: Verbose, Debug,
ErrorAction, ErrorVariable, WarningAction, WarningVariable,
OutBuffer, PipelineVariable, and OutVariable. For more information, see
about_CommonParameters (https:/go.microsoft.com/fwlink/?LinkID=113216).
INPUTS
System.String
System.Int32
OUTPUTS
System.Object
NOTES
-------------------------- Example 1 --------------------------
PS C:\\> {{ Add example code here }}
{{ Add example description here }}
RELATED LINKS
http://www.microsoft.com/ http://www.microsoft.com/