It's a bash script though.
Example json:
{ "deployments": [ { "name": "site-en", "env": { "hello": "world" } } ], "targets": [ { "name": "dev", "context": "aks-dev", "env": { "ipsum": "dolor" } } ] }
It's a bash script though.
Example json: