I currently manage a few toolkit configurations that are all based off of one core configuration that the others rebase off of to get updates.
I am looking to build a bit of a CI/CD system to basically run the equivalent of tank validate on them locally mostly to check that I am not missing any template keys or values.
I was just starting to dig into the tank command but I have not been able to find any examples of providing a toolkit config to the tank command explicitly.
Has anyone done anything like this before that might be able to point me in the direction?