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
One powerful feature of `octocatalog-diff` allows you to override ENC parameters when compiling the catalogs, to predict the effect of an ENC parameter change on the catalog. This is useful to simulate a change in agent node configuration without actually setting up an agent to do so.
You may use as many of these arguments as you wish to adjust as many ENC parameters as you wish.
26
+
27
+
## Limitations
28
+
29
+
As presently implemented, this only works on ENCs that supply their results as YAML.
30
+
31
+
Is your ENC doing something different? Please [let us know](https://github.com/github/octocatalog-diff/issues/new) so we can enhance octocatalog-diff to handle it!
32
+
33
+
## Examples
34
+
35
+
Simulate a change to a top-level parameter named "role" only in the "to" catalog:
Note that each of the examples specified the from branch and to branch to be `master`. There is no requirement that you do this, but you can generally obtain the most accurate test results by changing only one variable at a time.
51
+
52
+
## Advanced usage
53
+
54
+
The format for declaring overrides with data types is the same as [overriding facts](/doc/advanced-override-facts.md#advanced-usage).
0 commit comments