Skip to content

Latest commit

 

History

History
41 lines (28 loc) · 954 Bytes

Get-VagrantBox.md

File metadata and controls

41 lines (28 loc) · 954 Bytes
external help file Module Name online version schema
Vagrantey-help.xml
Vagrantey
2.0.0

Get-VagrantBox

SYNOPSIS

Returns information about installed Vagrant boxes

SYNTAX

Get-VagrantBox [<CommonParameters>]

DESCRIPTION

Vagrant boxes are pre-built base images available to be customized via a VagrantFile to suit your particular testing/use needs. This cmdlet queries your installed boxes and provides information about them

EXAMPLES

EXAMPLE 1

Get-VagrantBox

PARAMETERS

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