setwhere
setwhere is a command-line utility designed for manipulating configuration files, particularly those in a JSON or YAML format. Its primary function is to allow users to programmatically update specific values within these structured data files. This is useful in scripting and automation tasks where configuration settings need to be changed dynamically without manual editing.
The utility operates by taking a file path, a key path (representing the location of the value
setwhere aims to provide a reliable and straightforward way to manage configuration drift and deploy applications