bootleg v0.1.0 Bootleg.Config

Configuration access for Bootleg.

Link to this section Summary

Link to this section Functions

Link to this macro after_task(task, other_task) (macro)
Link to this macro before_task(task, other_task) (macro)
Link to this macro config() (macro)
Link to this macro config(key, value) (macro)
Link to this function get_config(key, default \\ nil)

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 macro remote(lines) (macro)
Link to this macro remote(role, lines) (macro)
Link to this macro role(name, hosts, options \\ []) (macro)
Link to this macro task(task, list) (macro)