@@ -43,7 +43,9 @@ Usage: octocatalog-diff [command line options]
43
43
--master-cache-branch BRANCH Branch to cache
44
44
--safe-to-delete-cached-master-dir PATH
45
45
OK to delete cached master directory at this path
46
- --hiera-config PATH Relative path to hiera YAML file
46
+ --hiera-config STRING Full or relative path to global Hiera configuration file globally
47
+ --to-hiera-config STRING Full or relative path to global Hiera configuration file for the to branch
48
+ --from-hiera-config STRING Full or relative path to global Hiera configuration file for the from branch
47
49
--no-hiera-config Disable hiera config file installation
48
50
--hiera-path PATH Path to hiera data directory, relative to top directory of repository
49
51
--no-hiera-path Do not use any default hiera path settings
@@ -643,6 +645,18 @@ by permitting a data type specification as well. (<a href="../lib/octocatalog-di
643
645
</td >
644
646
</tr >
645
647
648
+ <tr >
649
+ <td valign=top>
650
+ <pre><code>--from-hiera-config STRING</code></pre>
651
+ </td>
652
+ <td valign=top>
653
+ Full or relative path to global Hiera configuration file for the from branch
654
+ </td>
655
+ <td valign=top>
656
+ Specify a relative path to the Hiera yaml file (<a href="../lib/octocatalog-diff/cli/options/hiera_config.rb">hiera_config.rb</a>)
657
+ </td>
658
+ </tr >
659
+
646
660
<tr >
647
661
<td valign=top>
648
662
<pre><code>--from-puppet-binary STRING</code></pre>
@@ -773,10 +787,10 @@ This timeout is specified in seconds. (<a href="../lib/octocatalog-diff/cli/opti
773
787
774
788
<tr >
775
789
<td valign=top>
776
- <pre><code>--hiera-config PATH </code></pre>
790
+ <pre><code>--hiera-config STRING </code></pre>
777
791
</td>
778
792
<td valign=top>
779
- Relative path to hiera YAML file
793
+ Full or relative path to global Hiera configuration file globally
780
794
</td>
781
795
<td valign=top>
782
796
Specify a relative path to the Hiera yaml file (<a href="../lib/octocatalog-diff/cli/options/hiera_config.rb">hiera_config.rb</a>)
@@ -1541,6 +1555,18 @@ by permitting a data type specification as well. (<a href="../lib/octocatalog-di
1541
1555
</td >
1542
1556
</tr >
1543
1557
1558
+ <tr >
1559
+ <td valign=top>
1560
+ <pre><code>--to-hiera-config STRING</code></pre>
1561
+ </td>
1562
+ <td valign=top>
1563
+ Full or relative path to global Hiera configuration file for the to branch
1564
+ </td>
1565
+ <td valign=top>
1566
+ Specify a relative path to the Hiera yaml file (<a href="../lib/octocatalog-diff/cli/options/hiera_config.rb">hiera_config.rb</a>)
1567
+ </td>
1568
+ </tr >
1569
+
1544
1570
<tr >
1545
1571
<td valign=top>
1546
1572
<pre><code>--to-puppet-binary STRING</code></pre>
0 commit comments