external help file | Module Name | online version | schema |
---|---|---|---|
Vagrantey-help.xml |
Vagrantey |
2.0.0 |
Returns vagrant plugin information
Get-VagrantPlugin [[-Plugin] <String>] [-Installed] [<CommonParameters>]
Returns all plugins, or the specified plugin
Get-VagrantPlugin
Returns all plugins and their version
Get-VagrantPlugin -Plugin vagrant-yaml
Get-VagrantPlugin -Installed
Returns the information for the vagrant-yaml plugin
The plugin to return
Type: String
Parameter Sets: (All)
Aliases:
Required: False
Position: 1
Default value: None
Accept pipeline input: False
Accept wildcard characters: False
Returns all installed Vagrant Plugins
Type: SwitchParameter
Parameter Sets: (All)
Aliases:
Required: False
Position: Named
Default value: False
Accept pipeline input: False
Accept wildcard characters: False
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters.