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.
environment_variable.validate
bashly doc
1 parent ee6a4c9 commit 3414743Copy full SHA for 3414743
lib/bashly/docs/env.yml
@@ -49,6 +49,16 @@ environment_variable.required:
49
help: Specify that this variable is required.
50
url: https://bashly.dannyb.co/configuration/environment-variable/#required
51
example: |-
52
+ environment_variables:
53
- name: api_key
54
help: Your API key
55
required: true
56
+
57
+environment_variable.validate:
58
+ help: Apply custom validation functions.
59
60
+ url: https://bashly.dannyb.co/configuration/environment-variable/#validate
61
+ example: |-
62
63
+ - name: build_dir
64
+ validate: dir_exists
0 commit comments