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
This command tells you whether or not the box you are using in your current Vagrant environment is outdated.
- Assembly
- Cake
.Vagrant .dll - Namespace
- Cake
.Vagrant .Commands - Containing Type
- VagrantBoxRunner
Syntax
public void Outdated(bool global = false)
Parameters
Name | Type | Description |
---|---|---|
global | bool | If true , every installed box will be checked for updates. |
Return Value
Type | Description |
---|---|
void |