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
* Searches the given text for a placeholder text and if found replaces it with an environment variable value of the same name.
25
+
* It is expected that the placeholder text is surrounded by angle brackets and the environment variable name is the placeholder text without the angle brackets.
26
+
*
27
+
* @param text the text to search and replace the placeholder
28
+
* @param placeholder the placeholder text to search for
29
+
* @returns text with replaced placeholder if found
30
+
* @throws error if the placeholder text is found but the environment variable is not set
0 commit comments