conform v1.0.0-rc8 Conform.SysConfig
This module is responsible for reading and writing, and manipulating *.config files
Summary
Functions
Merge two configs together to produce a new unified config. The second argument represents the config with the highest precedence in the case of conflicts
Print a config to the console with pretty formatting
Apply pretty formatting to a config
Print a config to the console without applying any formatting
Read an app.config/sys.config from the provided path. Returns the config as Elixir terms
Write a config (in the form of Elixir terms) to disk in the required *.config format
Functions
Merge two configs together to produce a new unified config. The second argument represents the config with the highest precedence in the case of conflicts.
Specs
read(binary) :: [term]
Read an app.config/sys.config from the provided path. Returns the config as Elixir terms.