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.grate.
Summary
Gets or sets the environment for grate to be scoped.
- Assembly
- Cake
.grate .dll - Namespace
- Cake
.Grate - Containing Type
- GrateSettings
Syntax
public string Environment { get; set; }
Value
Type | Description |
---|---|
string | Environment Name - This allows grate to be environment aware and only run scripts that are in a particular environment based on the name of the script. ‘something.ENV.LOCAL.sql’ would only be run if –env=LOCAL was set. |