How to download library packages from Octopus ( programmatic )

I need to download the latest version of my packages how can I do that ?
I am looking for a way to do this with powershell

Hi Rifat,

Thanks for getting in touch! Downloading packages from the built-in package repository should be possible (though I haven’t done it myself, but since Octopus is built API-first, anything done in the web UI is possible to do via the API). The following PackageFromBuiltInFeeds page in our API wiki should get you going on the right track, and you could theoretically download the files via PowerShell with Invoke-WebRequest.

I hope this helps! Let me know how you go or if you have any further questions moving forward. :slight_smile:

Best regards,

Kenny

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.