https://github.com/cqsupport/aem-groovy-scripts
Groovy scripts for analyzing and fixing AEM issues.
https://github.com/cqsupport/aem-groovy-scripts
adobe aem aem-groovy-scripts groovy jackrabbit-oak
Last synced: 6 months ago
JSON representation
Groovy scripts for analyzing and fixing AEM issues.
- Host: GitHub
- URL: https://github.com/cqsupport/aem-groovy-scripts
- Owner: cqsupport
- License: apache-2.0
- Created: 2019-05-13T21:34:06.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2022-08-29T22:56:40.000Z (over 3 years ago)
- Last Synced: 2025-04-26T14:42:52.569Z (11 months ago)
- Topics: adobe, aem, aem-groovy-scripts, groovy, jackrabbit-oak
- Language: Groovy
- Size: 46.9 KB
- Stars: 3
- Watchers: 4
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# AEM / Oak Groovy Scripts
## ICFNext Groovy Console scripts
Groovy scripts for analyzing and fixing AEM issues.
Scripts for ICFNext Groovy console (http://localhost:4502/apps/groovyconsole.html) are at [icfnext-console-scripts](icfnext-console-scripts).
## Oak run console scripts
For low level Apache Jackrabbit Oak scripts, see [oak-run-console](oak-run-console)
## Felix Script Console scripts
The scripts below run in the Apache Felix Web Console http://localhost:4502/system/console/sc. See [here for details](https://felix.apache.org/documentation/subprojects/apache-felix-script-console-plugin.html).
* [BlobID___Asset_in_AEM_Script.groovy](BlobID___Asset_in_AEM_Script.groovy) - Prints out path and blob ID under a given path. Optionally, can find the path for a given blob ID.