RoundhouseAliases Class

Summary

Contains functionality related to RoundhousE.

In order to use the commands for this alias, include the following in your build.cake file to download and install from nuget.org, or specify the ToolPath within the RoundhouseSettings class:

#tool "nuget:?package=roundhouse"

Namespace
Cake.Common.Tools.Roundhouse
Base Types
  • object
graph BT Type-->Base0["object"] Type["RoundhouseAliases"] class Type type-node

Syntax

[CakeAliasCategory("Roundhouse")]
public static class RoundhouseAliases

Attributes

Type Description
CakeAliasCategoryAttribute An attribute used for documentation of alias methods/properties.

Methods

Name Value Summary
RoundhouseDrop(ICakeContext, RoundhouseSettings) void
Executes Roundhouse migration to drop the database using the provided settings.
static
RoundhouseMigrate(ICakeContext, RoundhouseSettings) void
Executes Roundhouse with the given configured settings.
static

Extension Methods

Name Value Summary
ToDictionary() IDictionary<string, object>
Requires the Cake.DeployParams addin