Welcome to the Inedo Forums! Check out the Forums Guide for help getting started.
If you are experiencing any issues with the forum software, please visit the Contact Form on our website and let us know!
Implementing sort by modification date on pgutils for retrieving Assets
-
I'm Currently developing a custom GitHub action to download assets via pgutils as per documentation.
A challenge I've encountered is that when running "pgutil assets list", the output lacks metadata such as modification date/time. This is crucial to many of our workflows where we need to selectively download files in various folders based on the recency.
Is it possible if pgutils could implement a "sort by" flag that allows for sorting either alphabetically or by modification date in both ascending and descending order?
Please let me know if you would like any further information.
-
Hi @mmaharjan_0067 ,
The
pgutil assets list
command is intended for interactive use and should not be parsed; it could change in future versions.Instead, you can just call the endpoint directly, which will contain the details you're looking for:
https://docs.inedo.com/docs/proget/api/assets/folders/listCheers,
Alana