external help file | Module Name | online version | schema |
---|---|---|---|
Vagrantey-help.xml |
Vagrantey |
2.0.0 |
Returns current configuration for this module
Get-VagrantConfig [[-Path] <String>] [<CommonParameters>]
Returns the json config file for the module as an object
Get-VagrantConfig
Return default configuration
Get-VagrantConfig -Path C:\vagrantey\config.json
Return the configuration found in C:\vagrantey\config.json
If you store your config outside of the module default, use Path to specify it
Type: String
Parameter Sets: (All)
Aliases:
Required: False
Position: 1
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.