Hello, I see that we can use SPL to get a list of arguments, "args", of a macro using the "rest" command.
| rest /services/configs/conf-macros
It would be great to be able to list all the dependencies of a macro.
In particular, is there a way to use the "rest" command to get a list of macros depended upon by another macro?
For instance, is it possible to get the following output? (See the third column "macros_called_by_macro".)
|---- args ----|---- title ----|---- macros_called_by_macro ---| --- author --- | --- definition --- |
| | macro_01 | macro_02, macro_03 |
| | macro_02 | macro_04 |
| | macro_03 | |
Thanks so much!!!
... View more