azure-devopsazure-cliazure-artifactsazure-devops-extensionsazure-cli2

Azure CLI - Get newest package from a view (az artifacts universal download)?


Using az artifacts universal download, how can I download the latest package under a specific view in a feed, e.g. @Prerelease?

I can't seem to find any documentation on how to specify the view

Edit - Requests:

User Voice Request: https://developercommunity.visualstudio.com/idea/1195670/azure-cli-extensions-support-for-specifying-releas.html

Github Issue: https://github.com/Azure/azure-cli-extensions/issues/2330


Solution

  • You can add the View to the feed specified:

    e.g. --feed "Contoso@TheView"