class Amber::CLI::Config
- Amber::CLI::Config
 - Reference
 - Object
 
Defined in:
amber/cli/config.crConstant Summary
- 
        DEFAULT_NAME = 
"[process_name]" - 
        SHARD_YML = 
"shard.yml" 
Constructors
- .new(ctx : YAML::ParseContext, node : YAML::Nodes::Node, _dummy : Nil)
 - .new(ctx : YAML::ParseContext, node : YAML::Nodes::Node)
 - .new
 
Class Method Summary
Instance Method Summary
- #add_npm_watch_options(options)
 - #database : String
 - #database=(_database : String)
 - #default_watch_options
 - #language : String
 - #language=(_language : String)
 - #minimal : Bool
 - #minimal=(minimal : Bool)
 - #model : String
 - #model=(_model : String)
 - #recipe : String?
 - #recipe=(_recipe : String | Nil)
 - #recipe_source : String?
 - #recipe_source=(_recipe_source : String | Nil)
 - #to_yaml(__temp_135 : YAML::Nodes::Builder)
 - #watch : Hash(String, Hash(String, Array(String)))
 - #watch=(_watch : WatchOptions)