Update Ignition Tags

How i can update my tags using CI/CD pipelines for dev ops? I am using Microsoft Azure TFS for DevOps.

Thanks in advance for the advice.

Not too sure what you’re looking for as the question is a bit vague. You may want to look at the deployment best practices document below which details how to set up scripts to auto-save a tag provider to the projects folder and make it part of the repo. From there you could set up the CI/CD pipeline trigger scripts via Webdev or WebServices to run during deployment and load the updated tag provider or better the tag provider UDTs to update as you move across environments.

Tags are stored in the config.db if it helps which is a sqlite database