ZOSOpenTools / meta

Meta repository to tie together the various underlying z/OS Open Source tools repositories here
https://zosopentools.github.io/meta/
Apache License 2.0
37 stars 25 forks source link

Zopen config helper capabilities #779

Closed DevonianTeuchter closed 3 weeks ago

DevonianTeuchter commented 3 weeks ago

Provides a "zopen config --get/--set" capbility to allow for set/get of zopen runtime environment variables, held in the /etc/zopen/config.json file. This is a naive --set in that there is [currently] no key/parameter validation, allowing storage of any configuration data in config.json as a key/value pair. If a key already exists, it will be updated on a --set.