Skip to content

Simple tool to update/override cfg (ini) files from build scripts or CI pipelines via parameters

License

Notifications You must be signed in to change notification settings

stanykey/config-updater

Repository files navigation

Config Updater

A simple tool to update/override cfg (ini) files from build scripts or CI pipelines via parameters: I've participated in a few projects where config files were generated during build steps by third-party components, and sometimes (mainly for testing purposes), we need to update the final version of configs.

Project limitations:

  • Python 3.8 (it's the default version for most versions of popular Linux distros)

Usage:

Usage: config-updater FILE COMMAND [ARGS]...

  A simple tool to update/override cfg (ini) files.

Options:
  --help  Show this message and exit.

Commands:
  remove  Remove config fields if existed.
  update  Update (override) or add config fields.

About

Simple tool to update/override cfg (ini) files from build scripts or CI pipelines via parameters

Topics

Resources

License

Stars

Watchers

Forks

Languages