Hey there, I’m wondering if there’s a way to integrate an automated deployment tool written in Go with Teleport. Specifically I want it to behave like tsh so I can log in and interact with my servers through Go as opposed to command line.
Is there some sort of API I can use or do I have to rip parts of tsh in order to achieve this. The latter approach is not ideal since that API could easily change.