chilly-plastic-75584
05/19/2023, 5:31 PMworried-rain-74420
05/19/2023, 6:11 PMI want to manage a few files in each of the repos from my project that will register ci pipelines, linting tools and more. I recall git file management for syncing was possible but can you confirm with a link if there’s any examples of doing this with Go?)I'm afraid I know nothing about this. 😞 I've seen it down with GitHub Templates but not for Azure DevOps Repos.
• Rather than wrapping cli which I’ve done would it better to use automation api directly in my mage tasks?Yeah, I'd reach for AutoAPI here myself. Note that technically AutoAPI wraps the CLI too! But why not let us wrap the CLI on your behalf? 🙂
chilly-plastic-75584
05/19/2023, 6:20 PMworried-rain-74420
05/19/2023, 6:30 PMgit
provider in the Pulumi registry, but you can always use the Command
provider to shell out to system git.
It's possible there's an API for this on Azure DevOps repos though.