VagrantBoxRunner.

Outdated(bool) Method

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