We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4d313a8 commit e205064Copy full SHA for e205064
schemas/strings.json
@@ -186,6 +186,13 @@
186
"minLength": 1,
187
"default": "%{name} must be one of: %{allowed}"
188
},
189
+ "disallowed_environment_variable": {
190
+ "title": "disallowed_environment_variable",
191
+ "description": "A forbidden environment variable error of the current script\nhttps://bashly.dannyb.co/advanced/strings/#custom-strings",
192
+ "type": "string",
193
+ "minLength": 1,
194
+ "default": "%{name} environment variable must be one of: %{allowed}"
195
+ },
196
"unsupported_bash_version": {
197
"title": "unsupported bash version",
198
"description": "An unsupported Bash version error of the current script\nhttps://bashly.dannyb.co/advanced/strings/#custom-strings",
0 commit comments