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.Flyway.
Summary
Provides a wrapper around Flyway functionality within a Cake build script
- Assembly
- Cake
.Flyway .dll - Namespace
- Cake
.Flyway - Base Types
-
- Object
graph BT
Type-->Base0["Object"]
Type["FlywayRunnerAliases"]
class Type type-node
Syntax
public static class FlywayRunnerAliases
Attributes
Type | Description |
---|---|
Cake |
|
Cake |
Methods
Name | Value | Summary |
---|---|---|
FlywayBaseline |
void |
Execute 'flyway baseline' with options
static
|
FlywayClean |
void |
Execute 'flyway clean' with options
static
|
FlywayInfo |
void |
Execute 'flyway info' with options
static
|
FlywayMigrate |
void |
Execute 'flyway migrate' with options
static
|
FlywayRepair |
void |
Execute 'flyway repair' with options
static
|
FlywayValidate |
void |
Execute 'flyway validate' with options
static
|
Extension Methods
Name | Value | Summary |
---|---|---|
ToDictionary |
IDictionary |
From ObjectHelpers
Requires the Cake.DeployParams addin
|
To |
string |
From StringExtensions
Requires the Cake.Issues addin
|