VagrantBoxAddSettingsExtensions.

Force(VagrantBoxAddSettings, bool) Method

Summary

Forces downloading and overwriting any box with the same name

Syntax

public static VagrantBoxAddSettings Force(this VagrantBoxAddSettings settings, bool force = true)

Parameters

Name Type Description
settings VagrantBoxAddSettings The settings
force bool Whether to force the download. Defaults to true.

Return Value

Type Description
VagrantBoxAddSettings The updated settings object