< Back
Get-ChocolateyFeature
Post
NAME Get-ChocolateyFeature
SYNOPSIS
Gets the Features set in the Configuration file.
SYNTAX
Get-ChocolateyFeature [[-Feature] <String[]>] [<CommonParameters>]
DESCRIPTION
This command looks up in the Chocolatey Config file, and returns
the Features available from there.
Some feature may be available but now show up with this command.
PARAMETERS
-Feature <String[]>
Name of the Feature when retrieving a single Feature. It defaults to returning
all feature available in the config file.
Required? false
Position? 1
Default value *
Accept pipeline input? true (ByValue, 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
OUTPUTS
NOTES
https://github.com/chocolatey/choco/wik ... ndsFeature
-------------------------- EXAMPLE 1 --------------------------
PS C:\\>Get-ChocolateyFeature -Name MyFeatureName
RELATED LINKS
SYNOPSIS
Gets the Features set in the Configuration file.
SYNTAX
Get-ChocolateyFeature [[-Feature] <String[]>] [<CommonParameters>]
DESCRIPTION
This command looks up in the Chocolatey Config file, and returns
the Features available from there.
Some feature may be available but now show up with this command.
PARAMETERS
-Feature <String[]>
Name of the Feature when retrieving a single Feature. It defaults to returning
all feature available in the config file.
Required? false
Position? 1
Default value *
Accept pipeline input? true (ByValue, 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
OUTPUTS
NOTES
https://github.com/chocolatey/choco/wik ... ndsFeature
-------------------------- EXAMPLE 1 --------------------------
PS C:\\>Get-ChocolateyFeature -Name MyFeatureName
RELATED LINKS