Introduce special mark for cross config references #208
-
As of right now we cannot really distinguish between simple values and cross config This approach right now does not scale. Once we decide to add more and more cross references options, this will get more I propose to use some special format to mark cross config references. So if we now want to cross reference the id of another config we simply write That way we make cross references explicit. As this would be a breaking change, we should think about introducing a helper It would also make sense to switch all paths to an os interdependent format (#21) |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Just a though: would it be possible to use go templates for this? We already provide environment variables |
Beta Was this translation helpful? Give feedback.
Just a though: would it be possible to use go templates for this? We already provide environment variables
{{ .Env.MyVar}}
. Wouldn't it be nice to have something like this{{ .Var.project.dashboard.whatever}}
?