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
When I'm configuring complicated things, I may want to be able to define variables which I can reuse in other configurations. For instance, in a script which does software installs:
Currently we support tokenizing only for folder names. Maybe we could make it work for other settings by reference, like {Settings.UserName} by requiring them to be prefixed with Settings. and then resolving them after import (like paths in PoshCode) iterating to allow multiple reference levels:
When I'm configuring complicated things, I may want to be able to define variables which I can reuse in other configurations. For instance, in a script which does software installs:
Currently we support tokenizing only for folder names. Maybe we could make it work for other settings by reference, like
{Settings.UserName}
by requiring them to be prefixed withSettings.
and then resolving them after import (like paths in PoshCode) iterating to allow multiple reference levels:The text was updated successfully, but these errors were encountered: