class Amber::CLI::Config

Included Modules

Defined in:

amber_cli/config.cr

Constant Summary

DEFAULT_NAME = "[process_name]"
SHARD_YML = "shard.yml"

Constructors

Class Method Summary

Instance Method Summary

Constructor Detail

def self.new(ctx : YAML::ParseContext, node : YAML::Nodes::Node) #

[View source]
def self.new #

[View source]

Class Method Detail

def self.get_name #

[View source]

Instance Method Detail

def database : String #

[View source]
def database=(database : String) #

[View source]
def default_watch_options #

[View source]
def language : String #

[View source]
def language=(language : String) #

[View source]
def model : String #

[View source]
def model=(model : String) #

[View source]
def recipe : String | Nil #

[View source]
def recipe=(recipe : String | Nil) #

[View source]
def recipe_source : String | Nil #

[View source]
def recipe_source=(recipe_source : String | Nil) #

[View source]
def watch : WatchOptions #

[View source]
def watch=(watch : WatchOptions | Nil) #

[View source]