Héctor Flores
Héctor Flores
I'm using **jq** as an alternative.... Having the following structure // **parameters.json** ``` [ { "ParameterKey": "ApplicationName", "ParameterValue": "Foo" }, { "ParameterKey": "ApplicationKey", "ParameterValue": "Bar" } ] ``` I can...
I was trying to do my own commit; however, I'm not really sure how to locally test it. Any pointers @ksaegusa?
I have a similar problem but with remote host. From time to time somebody (not sure if it's a devcontainer problem) changes my files group and owner to `jb`. ```...