BumpyAliases.

BumpyNew(ICakeContext) Method

Summary

Runs "bumpy.exe new" to create a new configuration file if one does not exist.
Assembly
Cake.Bumpy.dll
Namespace
Cake.Bumpy
Containing Type
BumpyAliases

Syntax

public static void BumpyNew(this ICakeContext context)

Examples

BumpyNew();

Attributes

Type Description
CakeMethodAliasAttribute

Parameters

Name Type Description
context ICakeContext The context.

Return Value

Type Description
void