adobe / adobe-dx

A toolkit for AEM to help build exceptional digital experiences.
Apache License 2.0
35 stars 33 forks source link

pipe.sh client to set the pipe engine #194

Open 3ch023 opened 2 years ago

3ch023 commented 2 years ago

Feature Request

At the moment pipe.sh allows executing content scripts only with default engine, JEXL. This means we can't reuse "helper" pipes that use other engines, like nashorn, groovy, etc

Describe the solution you'd like

Add an ability to override the engine. Either for a parent pipe or for a referenced pipe only -> needs to be investigated.