List of all Packages sort by Creation/Upload Date

hinrichd
New Contributor III

Hi Folks.

Maybe one of you have a quick tip. I need a list of all packages sort by date. Newest packages first. In Casper Admin there is a creation date in package details but no column to display or sort it.

I have checked the API Site. But there is also no implementation for get package date.

In the JSS is also no creation date column.

If some can help, let me know.
Thx

1 ACCEPTED SOLUTION

millersc
Valued Contributor

You could mount the DP on any host should be able to add that column and sort the way you want through a GUI.

You could also mount your DP and run it through cmd line. Change into the directory you want and then run this line. It will put the newest at the top.

ls -lht

View solution in original post

2 REPLIES 2

millersc
Valued Contributor

You could mount the DP on any host should be able to add that column and sort the way you want through a GUI.

You could also mount your DP and run it through cmd line. Change into the directory you want and then run this line. It will put the newest at the top.

ls -lht

hinrichd
New Contributor III

Great idea. Thank you @millersc