external help file | Module Name | online version | schema |
---|---|---|---|
Vagrantey-help.xml |
Vagrantey |
2.0.0 |
Update vagrant box versions
Update-VagrantBox -Box <String> [<CommonParameters>]
Update-VagrantBox [-Environment <String>] [<CommonParameters>]
Update-VagrantBox is a cmdlet which enables the ability to update installed vagrant boxes
Update-VagrantBox -Box 'myfancybox/win2019'
Update-VagrantBox -Environment 'MyTestLair'
Get-VagrantBox | Where-Object { $_.Name -eq 'foo' } | Update-VagrantBox
The box you wish to update
Type: String
Parameter Sets: Box
Aliases: Name
Required: True
Position: Named
Default value: None
Accept pipeline input: True (ByPropertyName, ByValue)
Accept wildcard characters: False
Alternatively, you can update the boxes associated with a specific environment
Type: String
Parameter Sets: Environment
Aliases:
Required: False
Position: Named
Default value: None
Accept pipeline input: True (ByValue)
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.
This can be a a SLOW process, if you are on a weak internet connection.