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: messages/orchestrator.rules.eval.md
+6-6Lines changed: 6 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -30,13 +30,13 @@ Path to JSON document file to transform.
30
30
31
31
Path to the JSON document file (dashboard, lens, etc.) that will be transformed by the rules.
32
32
33
-
# flags.variables.summary
33
+
# flags.values.summary
34
34
35
-
Path to Analytics variables.json file.
35
+
Path to values JSON file.
36
36
37
-
# flags.variables.description
37
+
# flags.values.description
38
38
39
-
Path to the variables.json file containing variable definitions used in transformations. The file should contain a flat JSON object with key-value pairs. The CLI will automatically wrap these in the required Variables structure.
39
+
Path to the JSON file containing values used in transformations. Can contain any JSON structure that matches your transformation rules.
40
40
41
41
# flags.rules.summary
42
42
@@ -49,7 +49,7 @@ Path to the rules.json file containing transformation rules and macro definition
0 commit comments