Nicolas Peltier created SLING-9797:
--------------------------------------
Summary: move pipe should accept relative paths
Key: SLING-9797
URL: https://issues.apache.org/jira/browse/SLING-9797
Project: Sling
Issue Type: Improvement
Components: Extensions
Affects Versions: Pipes 4.0.0
Reporter: Nicolas Peltier
we should be able to do something like `echo /content/foo | mv bar`
in that case the move pipe takes parent of input resource, for the moment, we
are forced to add path `echo /content/foo | mv ${path.one}/bar` which is not
obvious :)
--
This message was sent by Atlassian Jira
(v8.3.4#803005)