Azure / azure-devops-cli-extension

Azure DevOps Extension for Azure CLI
https://docs.microsoft.com/en-us/cli/azure/ext/azure-devops/?view=azure-cli-latest
MIT License
617 stars 239 forks source link

[Feature Request] `az artifacts universal` should support preemptively installing artifacttool #1399

Open zecheng01 opened 4 months ago

zecheng01 commented 4 months ago

Related command

az artifacts universal

Is your feature request related to a problem? Please describe.

We have a CLI tool that spawns multiple processes to download universal artifacts. Currently, the artifacttool is only lazily installed before download or publish. This makes runtime behavior and performance unpredictable.

Describe the solution you'd like

Provide a dedicated CLI command that allows preemptively installing artifacttool or any other dependencies of universal artifacts.