render -p (pipe mode): outputs raw hash instead of rendered content #34
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Problem
render -p(pipe mode) outputs a rawcas:<hash>string instead of rendering the node through its template.Reproduce
Actual
Raw hash prefixed with
cas:— not rendered through the template.Expected
(or
[ ] Read bookif ternary works correctly)The pipe should resolve the hash from the
{ type, value }envelope and render it through the registered template.Context
ocas render <hash>(non-pipe) works correctlyocas get <hash> -ralso works| ocas render -ppath is affected