external help file | Module Name | online version | schema |
---|---|---|---|
Vagrantey-help.xml |
Vagrantey |
2.0.0 |
Configure different environments for your system
Set-VagrantConfig [-Name] <String> [-Path] <String> [-Config <String>] [<CommonParameters>]
Specify the friendly name of the environment, as well as the Path to the Vagrant File for the environment
Set-VagrantConfig -Name Foo -Path /my/path/to/foo
Set-VagrantConfig -Name Foo -Path /my/path/to/foo -Config C:\vagrantey\config.json
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
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
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
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters.
Specifying the actual vagrant file is not necessary. The path is simply the path to where the vagrantfile resides on disk