Skip to content

Latest commit

 

History

History
84 lines (61 loc) · 1.48 KB

Get-VagrantPlugin.md

File metadata and controls

84 lines (61 loc) · 1.48 KB
external help file Module Name online version schema
Vagrantey-help.xml
Vagrantey
2.0.0

Get-VagrantPlugin

SYNOPSIS

Returns vagrant plugin information

SYNTAX

Get-VagrantPlugin [[-Plugin] <String>] [-Installed] [<CommonParameters>]

DESCRIPTION

Returns all plugins, or the specified plugin

EXAMPLES

EXAMPLE 1

Get-VagrantPlugin

Returns all plugins and their version

EXAMPLE 2

Get-VagrantPlugin -Plugin vagrant-yaml

EXAMPLE 3

Get-VagrantPlugin -Installed

Returns the information for the vagrant-yaml plugin

PARAMETERS

-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

-Installed

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

CommonParameters

This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters.

INPUTS

OUTPUTS

NOTES

RELATED LINKS