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
--hiera-path PATH Path to hiera data directory, relative to top directory of repository
50
+
--hiera-path STRING Path to hiera data directory, relative to top directory of repository globally
51
+
--to-hiera-path STRING Path to hiera data directory, relative to top directory of repository for the to branch
52
+
--from-hiera-path STRING Path to hiera data directory, relative to top directory of repository for the from branch
51
53
--no-hiera-path Do not use any default hiera path settings
52
-
--hiera-path-strip PATH Path prefix to strip when munging hiera.yaml
54
+
--hiera-path-strip STRING Path prefix to strip when munging hiera.yaml globally
55
+
--to-hiera-path-strip STRING Path prefix to strip when munging hiera.yaml for the to branch
56
+
--from-hiera-path-strip STRING
57
+
Path prefix to strip when munging hiera.yaml for the from branch
53
58
--no-hiera-path-strip Do not use any default hiera path strip settings
54
59
--ignore-attr "attr1,attr2,..."
55
60
Attributes to ignore
@@ -83,10 +88,10 @@ Usage: octocatalog-diff [command line options]
83
88
--from-puppet-binary STRING Full path to puppet binary for the from branch
84
89
--facts-terminus STRING Facts terminus: one of yaml, facter
85
90
--puppetdb-ssl-ca FILENAME CA certificate that signed the PuppetDB certificate
86
-
--puppetdb-ssl-client-password PASSWORD
87
-
Password for SSL client key to connect to PuppetDB
88
91
--puppetdb-ssl-client-cert FILENAME
89
92
SSL client certificate to connect to PuppetDB
93
+
--puppetdb-ssl-client-password PASSWORD
94
+
Password for SSL client key to connect to PuppetDB
90
95
--puppetdb-ssl-client-key FILENAME
91
96
SSL client key to connect to PuppetDB
92
97
--puppetdb-ssl-client-password-file FILENAME
@@ -657,6 +662,31 @@ by permitting a data type specification as well. (<a href="../lib/octocatalog-di
657
662
</td>
658
663
</tr>
659
664
665
+
<tr>
666
+
<td valign=top>
667
+
<pre><code>--from-hiera-path STRING</code></pre>
668
+
</td>
669
+
<td valign=top>
670
+
Path to hiera data directory, relative to top directory of repository for the from branch
671
+
</td>
672
+
<td valign=top>
673
+
Specify the path to the Hiera data directory (relative to the top level Puppet checkout). For Puppet Enterprise and the
674
+
Puppet control repo template, the value of this should be 'hieradata', which is the default. (<ahref="../lib/octocatalog-diff/cli/options/hiera_path.rb">hiera_path.rb</a>)
Path prefix to strip when munging hiera.yaml for the from branch
684
+
</td>
685
+
<td valign=top>
686
+
Specify the path to strip off the datadir to munge hiera.yaml file (<a href="../lib/octocatalog-diff/cli/options/hiera_path_strip.rb">hiera_path_strip.rb</a>)
@@ -799,10 +829,10 @@ This timeout is specified in seconds. (<a href="../lib/octocatalog-diff/cli/opti
799
829
800
830
<tr>
801
831
<td valign=top>
802
-
<pre><code>--hiera-path PATH</code></pre>
832
+
<pre><code>--hiera-path STRING</code></pre>
803
833
</td>
804
834
<td valign=top>
805
-
Path to hiera data directory, relative to top directory of repository
835
+
Path to hiera data directory, relative to top directory of repository globally
806
836
</td>
807
837
<td valign=top>
808
838
Specify the path to the Hiera data directory (relative to the top level Puppet checkout). For Puppet Enterprise and the
@@ -812,10 +842,10 @@ Puppet control repo template, the value of this should be 'hieradata', which is
812
842
813
843
<tr>
814
844
<td valign=top>
815
-
<pre><code>--hiera-path-strip PATH</code></pre>
845
+
<pre><code>--hiera-path-strip STRING</code></pre>
816
846
</td>
817
847
<td valign=top>
818
-
Path prefix to strip when munging hiera.yaml
848
+
Path prefix to strip when munging hiera.yaml globally
819
849
</td>
820
850
<td valign=top>
821
851
Specify the path to strip off the datadir to munge hiera.yaml file (<a href="../lib/octocatalog-diff/cli/options/hiera_path_strip.rb">hiera_path_strip.rb</a>)
@@ -1567,6 +1597,31 @@ by permitting a data type specification as well. (<a href="../lib/octocatalog-di
1567
1597
</td>
1568
1598
</tr>
1569
1599
1600
+
<tr>
1601
+
<td valign=top>
1602
+
<pre><code>--to-hiera-path STRING</code></pre>
1603
+
</td>
1604
+
<td valign=top>
1605
+
Path to hiera data directory, relative to top directory of repository for the to branch
1606
+
</td>
1607
+
<td valign=top>
1608
+
Specify the path to the Hiera data directory (relative to the top level Puppet checkout). For Puppet Enterprise and the
1609
+
Puppet control repo template, the value of this should be 'hieradata', which is the default. (<ahref="../lib/octocatalog-diff/cli/options/hiera_path.rb">hiera_path.rb</a>)
Path prefix to strip when munging hiera.yaml for the to branch
1619
+
</td>
1620
+
<td valign=top>
1621
+
Specify the path to strip off the datadir to munge hiera.yaml file (<a href="../lib/octocatalog-diff/cli/options/hiera_path_strip.rb">hiera_path_strip.rb</a>)
0 commit comments