GrateSettings.

Environment Property

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.