rprtr258/pm

add config jsonnet function to read dotenv files, support passing env

Closed this issue · 1 comments

if config is jsonnet, add function like readDotenv which reads

A=B
C=2

into

{
  "A": "B",
  "C": 2,
}

describe the function in docs on configuration

done in #46