The purpose of the command line program is to allow users to easily be able to replace a tag in an env file on a remote environment. Part of deploying code on my lab at work is replacing a tag generated through the CD pipeline. To do that, the team needs to update the .env file. The .env file contains key value pairs in the following format:
KEY=<IP>/<UNIQUE_ID>:<UNIQUE_TAG>
This tool is to allow members of my team who do not know Vim to be able to update the env without risking of making mistakes. Doing this allows me to delegate the tag updation logic to other team members
Extract the paths and other configs & utilize them using Viper