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: schemas/settings.json
+12Lines changed: 12 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -189,6 +189,18 @@
189
189
],
190
190
"default": "always"
191
191
},
192
+
"enable_env_var_names_array": {
193
+
"title": "enable_env_var_names_array",
194
+
"description": "Whether to include the code for the env_var_names array in the generated script\nhttps://bashly.dannyb.co/usage/settings/#enable_env_var_names_array",
195
+
"type": "string",
196
+
"enum": [
197
+
"development",
198
+
"production",
199
+
"always",
200
+
"never"
201
+
],
202
+
"default": "always"
203
+
},
192
204
"partials_extension": {
193
205
"title": "partials extension",
194
206
"description": "The extension to use when reading/writing partial script snippets\nhttps://bashly.dannyb.co/usage/settings/#partials_extension",
0 commit comments