VagrantBoxRunner.

Repackage(string, string, string) Method

Summary

This command repackages the given box and puts it in the current directory so you can redistribute it.
Assembly
Cake.Vagrant.dll
Namespace
Cake.Vagrant.Commands
Containing Type
VagrantBoxRunner

Syntax

public void Repackage(string name, string provider, string version)

Remarks

This command is useful for reclaiming a *.box file from an installed Vagrant box.

Parameters

Name Type Description
name string Name of the machine to repackage
provider string Name of the provider (from List())
version string Version to repackage (from List())

Return Value

Type Description
void