An intelligent automation tool for managing IP address configurations across entire project codebases.
AutoAPI Config Propagator is a powerful DevOps automation tool designed to simplify the management of IP addresses across project files. When deploying applications across different environments, updating hardcoded IP addresses can be tedious and error-prone.
This tool automates the process by scanning your entire codebase, identifying IPv4 addresses, and replacing them with your desired configuration - all while maintaining safety through backups and confirmation prompts.
--dry-run--safe-modedirectory - root path to scan (default: .)--dry-run - show planned replacements without writing files--no-backup - do not create a backup archive-i, --ip <IP> - supply a custom IPv4 address instead of fetching--safe-mode - prompt interactively per IP before replacing--save-ip - save fetched IP to ip_address.txt