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 ec930d3 commit 64eb7caCopy full SHA for 64eb7ca
docs/guide/intro/extensions.md
@@ -149,6 +149,20 @@ $if:
149
150
The `$if` directive is straightforward, see the example.
151
152
+## The `$eq` Directive
153
+
154
+Checks if two values are equal (using deep equality).
155
156
+```yaml
157
+$if:
158
+ $check:
159
+ $eq:
160
+ - 42
161
162
+ $then: foo
163
+ $else: bar
164
+```
165
166
## The `$timestamp` Directive
167
168
Allows injecting the current date and time into configuration. While this option is useful,
0 commit comments