Skip to content

Latest commit

 

History

History
42 lines (28 loc) · 885 Bytes

Get-VagrantEnvironment.md

File metadata and controls

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

Get-VagrantEnvironment

SYNOPSIS

Returns information on all vagrant environments on a system

SYNTAX

Get-VagrantEnvironment [<CommonParameters>]

DESCRIPTION

Wraps the vagrant global-status tool to provide powershell-friendly output

EXAMPLES

EXAMPLE 1

Get-VagrantEnvironment

Returns all environments

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