DirenvConfig.Resolve (direnv_config v0.1.0)

Copy Markdown View Source

Resolves the .active configuration by merging YAML layers.

Layer merge order: base.yaml -> {DC_ENV}.yaml -> local.yaml -> secrets.yaml

Summary

Functions

resolve_active(store_path, name)

@spec resolve_active(String.t(), String.t()) :: {:ok, term()} | {:error, term()}