Skip to content

Latest commit

 

History

History
92 lines (69 loc) · 1.87 KB

Set-VagrantConfig.md

File metadata and controls

92 lines (69 loc) · 1.87 KB
external help file Module Name online version schema
Vagrantey-help.xml
Vagrantey
2.0.0

Set-VagrantConfig

SYNOPSIS

Configure different environments for your system

SYNTAX

Set-VagrantConfig [-Name] <String> [-Path] <String> [-Config <String>] [<CommonParameters>]

DESCRIPTION

Specify the friendly name of the environment, as well as the Path to the Vagrant File for the environment

EXAMPLES

EXAMPLE 1

Set-VagrantConfig -Name Foo -Path /my/path/to/foo

EXAMPLE 2

Set-VagrantConfig -Name Foo -Path /my/path/to/foo -Config C:\vagrantey\config.json

PARAMETERS

-Name

The friendly name for the environment

Type: String
Parameter Sets: (All)
Aliases:

Required: True
Position: 1
Default value: None
Accept pipeline input: False
Accept wildcard characters: False

-Path

The path to the vagrant file

Type: String
Parameter Sets: (All)
Aliases:

Required: True
Position: 2
Default value: None
Accept pipeline input: False
Accept wildcard characters: False

-Config

The config file to save information into, otherwise uses module default

Type: String
Parameter Sets: (All)
Aliases:

Required: False
Position: Named
Default value: None
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

Specifying the actual vagrant file is not necessary. The path is simply the path to where the vagrantfile resides on disk

RELATED LINKS