tvl-depot/context
Vincent Ambo ae6d960df9 feat(context): Support loading import variables from absolute paths
This lets users specify the paths from which to import additional
variables using absolute paths in addition to relative paths.

This enables both loading of configuration files placed outside of the
resource set folder (if desired), as well as special use-cases such as
specifying `/dev/stdin` as an input path to read variables from
standard input.

This change supersedes #131
2018-06-09 20:21:29 +02:00
..
testdata refactor(context): Implement more explicit merging of variables 2018-06-09 19:16:23 +02:00
context.go feat(context): Support loading import variables from absolute paths 2018-06-09 20:21:29 +02:00
context_test.go feat(context): Support loading import variables from absolute paths 2018-06-09 20:21:29 +02:00