This content is part of a third party extension that is not supported by the Cake project.
For more information about this extension see Cake.Vagrant.
Summary
Set the name of a specific box to update
- Assembly
- Cake
.Vagrant .dll - Namespace
- Cake
.Vagrant .Settings - Containing Type
- Vagrant
Box Update Settings Extensions
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 | Vagrant |
The settings |
name | string | Name of the box to update |
Return Value
Type | Description |
---|---|
Vagrant |
The updated settings object |