bootleg v0.1.0 Bootleg.Config
Configuration access for Bootleg.
Link to this section Summary
Link to this section Functions
Link to this function
app()
Link to this function
get_config(key, default \\ nil)
Link to this function
get_role(name)
Link to this function
invoke(task)
Link to this function
load(file)
Loads a configuration file.
file
is the path to the configuration file to be read and loaded. If that file doesn’t
exist or if there’s an error loading it, a Mix.Config.LoadError
exception
will be raised.
Link to this function
version()