You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As a new engineer to a project, I'd like to have the ability to see all the components, dynamics, and registry entries used for a specific template. I suggest an sfn tree command that would return the tree for the called template, and the parent if it's not the template itself:
This will require a bit more work on the sparkle_formation side. Recent updates will allow for easier registration of items as the template is generated as well as the actual location of the item (when multiple packs are in use). Still requires some hooks to be added in sparkle_formation proper, then it should be a simple matter of inspection on the sfn side.
As a new engineer to a project, I'd like to have the ability to see all the components, dynamics, and registry entries used for a specific template. I suggest an
sfn tree
command that would return the tree for the called template, and the parent if it's not the template itself:The text was updated successfully, but these errors were encountered: