You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@sling.apache.org by "Nicolas Peltier (Jira)" <ji...@apache.org> on 2020/10/07 06:56:00 UTC

[jira] [Created] (SLING-9797) move pipe should accept relative paths

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)