Open MattSurabian opened 9 years ago
To avoid getting tangled in path resolution and normalization efforts the idea is to always write full absolute paths to the configuration file and always expand based on the current working directory.
This can happen even without cascading support for sparse configs being in viper. Though when that is supported Pact should leverage it.
By default configuration is stored at
~/.config/pact/pact.json
. Ideally if the current directory contains apact.json
that file should be loaded with precedence.