Expand my Community achievements bar.

Don’t miss the AEM Skill Exchange in SF on Nov 14—hear from industry leaders, learn best practices, and enhance your AEM strategy with practical tips.
SOLVED

curl command to list packages(package manager) for a specified group

Avatar

Level 2

curl command to list packages(package manager) for a specified group

1 Accepted Solution

Avatar

Correct answer by
Level 6

You forgot to post the actual command. Would be nice to have.

Or was it a question?

/Ove

 

PS: The easiest way is to call for the json representation of that group/node like

curl -u admin:admin http://localhost:4502/etc/packages/adobe/granite.1.json

or

curl -u admin:admin http://localhost:4502/etc/packages/cq561/hotfix.1.json

View solution in original post

1 Reply

Avatar

Correct answer by
Level 6

You forgot to post the actual command. Would be nice to have.

Or was it a question?

/Ove

 

PS: The easiest way is to call for the json representation of that group/node like

curl -u admin:admin http://localhost:4502/etc/packages/adobe/granite.1.json

or

curl -u admin:admin http://localhost:4502/etc/packages/cq561/hotfix.1.json