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 packages a currently running VirtualBox environment into a re-usable box.
- Assembly
- Cake
.Vagrant .dll - Namespace
- Cake
.Vagrant - Containing Type
- VagrantRunner
Syntax
public void Package(Action<VagrantPackageSettings> configure)
Remarks
This command can only be used with other providers based on the provider implementation and if the provider
supports it.
Parameters
Name | Type | Description |
---|---|---|
configure | Action |
Settings to use when packaging the box |
Return Value
Type | Description |
---|---|
void |