Skip to content

Add tool to read single setting from config

Toon Claes requested to merge tc-config-read-key into master

This replaces !756 (closed).

This adds bin/config-read-key that can be used like this:

  • bin/config-read-key 'geo?'
  • bin/config-read-key geo enabled
  • bin/config-read-key geo.enabled
  • echo geo.enabled | bin/config-read-key

Merge request reports