Context
I am trying to manage my Azure Devops projects and repositories in automated way using VSTS CLI. Maybe I am missing something, but it seems that the only way is access token. I would not use tokens, instead I prefer some more integrated auth method similar how Git Credential Manager integrates with Azure Devops. I prefer use "enterpise grade" (as MS calls it).
Question
What am I missing, how can I accomplish the simple task, like creating a repo on Azure Devops without messing wit PATs?
Azure DevOps Services and TFS use enterprise-grade authentication to help protect and secure your data. Clients like Visual Studio and Eclipse (with the Team Explorer Everywhere plug-in) also support Microsoft account and Azure AD authentication. For non-Microsoft tools that integrate into Azure DevOps but don't support Microsoft account or Azure AD authentication, you must use PATs.