Summary
Gets or sets the environment for RH to be scoped.
- Namespace
- Cake
.Common .Tools .Roundhouse - Containing Type
- RoundhouseSettings
Syntax
public string Environment { get; set; }
Value
Type | Description |
---|---|
string | This allows RH to be environment aware and only run scripts that are in a particular environment based on the naming of the script. LOCAL.something**.ENV.**sql would only be run in the LOCAL environment. |