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
Copy file name to clipboardExpand all lines: docs/pages/configuration/variables/source-command.mdx
+23-1Lines changed: 23 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -88,4 +88,26 @@ vars:
88
88
89
89
### `default`
90
90
91
-
If the command returns nothing, this is the value that will be used for this variable.
91
+
If the command returns nothing, this is the value that will be used for this variable.
92
+
93
+
### `alwaysResolve`
94
+
95
+
If enabled, the variable will be loaded even though it is not used within the config. This might be useful for variables that should be resolved after a config expression is applied. E.g.:
Copy file name to clipboardExpand all lines: docs/pages/configuration/variables/source-env.mdx
+21Lines changed: 21 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -34,3 +34,24 @@ If `source` is `env` and the environment variable is **not** defined, DevSpace w
34
34
### `default`
35
35
36
36
<FragmentVarsDefault/>
37
+
38
+
### `alwaysResolve`
39
+
40
+
If enabled, the variable will be loaded even though it is not used within the config. This might be useful for variables that should be resolved after a config expression is applied. E.g.:
Copy file name to clipboardExpand all lines: docs/pages/configuration/variables/source-input.mdx
+21Lines changed: 21 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -177,3 +177,24 @@ If the provided value does **<u>not</u>** match the regex in `validationPattern`
177
177
178
178
### `validationMessage`
179
179
The `validationMessage` option expects a string stating an error message that is shown to the user when providing a value for the variable that does not match the regex provided in [`validationPattern`](#validationpattern).
180
+
181
+
### `alwaysResolve`
182
+
183
+
If enabled, the variable will be loaded even though it is not used within the config. This might be useful for variables that should be resolved after a config expression is applied. E.g.:
Copy file name to clipboardExpand all lines: docs/pages/configuration/variables/source-none.mdx
+21Lines changed: 21 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -41,3 +41,24 @@ The `value` option expects a string, integer or boolean defining the value for t
41
41
42
42
- The used variable is defined before the variable that wants to use it
43
43
- The used variable is a predefined variable
44
+
45
+
### `alwaysResolve`
46
+
47
+
If enabled, the variable will be loaded even though it is not used within the config. This might be useful for variables that should be resolved after a config expression is applied. E.g.:
0 commit comments