VagrantBoxUpdateSettingsExtensions.

OnlyUpdate(VagrantBoxUpdateSettings, string) Method

Summary

Set the name of a specific box to update

Syntax

public static VagrantBoxUpdateSettings OnlyUpdate(this VagrantBoxUpdateSettings settings, string name)

Remarks

When using this option, the box does not need to be part of the active environment

Parameters

Name Type Description
settings VagrantBoxUpdateSettings The settings
name string Name of the box to update

Return Value

Type Description
VagrantBoxUpdateSettings The updated settings object