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(string name = null)
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 |
---|---|---|
name | string | Optional name of the machine to package |
Return Value
Type | Description |
---|---|
void |