thomazmoura / dev-environment

Dev Environment for developing with NeoVim
MIT License
4 stars 0 forks source link

📦💻 - Migrate all my uses of the Azure-CLI to VSTeams PowerShell Module or Something else #24

Open thomazmoura opened 2 years ago

thomazmoura commented 2 years ago

I use the Azure CLI extensively, but mostly to interact with Azure DevOps Server. Considering the Azure CLI currently adds around 800MB~1GB of size to the container, it makes sense to move away from it and use the VSTeam PowerShell module instead.

thomazmoura commented 2 years ago

VSTeam PowerShell Module

thomazmoura commented 2 years ago

I've been thinking and this might actually be a good use case for Rust - creating a cli for integration with the Azure DevOps API. I'm gonna think about that (just .NET is also a good candidate, since it would be way easier and faster for me to implement).