Knife cookbook list - date created

Hi,

We have Chef Server (not automate)

I'm trying to find out which version of a cookbook was created on a certain day. If i use :

knife cookbook list -all

it will show all the versions the Chef server has. I've searched the commands on https://docs.chef.io but cannot see anything else.

Is there anyway to see when particular versions were created?

many thanks

David

I don't believe chef-server records or exposes "upload date" as it already uses versions to differentiate with the corollary being, if you aren't incrementing versions for each change that's a bad thing. Generally this would be trackable via a CI system that is (ideally) the sole source of uploading to chef-server.