We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I noticed your comment here: https://github.com/tacitknowledge/aem-cookbook/blob/master/providers/package.rb#L76
You could query the installed packages using the aem querybuilder. Something like...
http://localhost:4502/bin/querybuilder.json?nodename=*.zip&orderby=@jcr:content%2Fjcr:lastModified&orderby.sort=desc&p.limit=100&path=%2Fetc%2Fpackages&type=nt:file
That might need a bit of filtering to exclude snapshots and give just the information you needed.
The text was updated successfully, but these errors were encountered:
@cpilsworth Thanks! I'll try to look into that the next time I get a chance to work on this cookbook.
Sorry, something went wrong.
No branches or pull requests
I noticed your comment here:
https://github.com/tacitknowledge/aem-cookbook/blob/master/providers/package.rb#L76
You could query the installed packages using the aem querybuilder. Something like...
That might need a bit of filtering to exclude snapshots and give just the information you needed.
The text was updated successfully, but these errors were encountered: