A convenience helper for updating web.config values. It makes it simpler to update multiple Web.config files simultaneously.
- Copy the config.example.json somewhere.
- Edit the copy to have the proper URLs for the files. Add any additional keys, if required.
- Consider the most common changes, and add them as presets.
- For a unique or simple change, use
update-web-config --config <config-file> set <key>='<value>'
- For common replacements, use
update-web-config --config <config-file> preset <preset-name>