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
44
+
--no-hiera-path Do not use any default hiera path settings
41
45
--hiera-path-strip PATH Path prefix to strip when munging hiera.yaml
46
+
--no-hiera-path-strip Do not use any default hiera path strip settings
42
47
--ignore-attr "attr1,attr2,..."
43
48
Attributes to ignore
44
49
--[no-]display-source Show source file and line for each difference
@@ -147,6 +152,19 @@ Usage: octocatalog-diff [command line options]
147
152
</td>
148
153
</tr>
149
154
155
+
<tr>
156
+
<td valign=top>
157
+
<pre><code>--bootstrap-current </code></pre>
158
+
</td>
159
+
<td valign=top>
160
+
Run bootstrap script for the current directory too
161
+
</td>
162
+
<td valign=top>
163
+
Option to bootstrap the current directory (by default, the bootstrap script is NOT
164
+
run when the catalog builds in the current directory). (<ahref="../lib/octocatalog-diff/catalog-diff/cli/options/bootstrap_current.rb">bootstrap_current.rb</a>)
@@ -281,6 +299,20 @@ what is most often desired. (<a href="../lib/octocatalog-diff/catalog-diff/cli/o
281
299
</td>
282
300
</tr>
283
301
302
+
<tr>
303
+
<td valign=top>
304
+
<pre><code>--debug-bootstrap </code></pre>
305
+
</td>
306
+
<td valign=top>
307
+
Print debugging output for bootstrap script
308
+
</td>
309
+
<td valign=top>
310
+
Option to print debugging output for the bootstrap script in addition to the normal
311
+
debugging output. Note that `--debug` must also be enabled for this option to have
312
+
any effect. (<ahref="../lib/octocatalog-diff/catalog-diff/cli/options/debug_bootstrap.rb">debug_bootstrap.rb</a>)
313
+
</td>
314
+
</tr>
315
+
284
316
<tr>
285
317
<td valign=top>
286
318
<pre><code>--default-header </code></pre>
@@ -449,6 +481,19 @@ These files must exist and be in Puppet catalog format. (<a href="../lib/octocat
449
481
</td>
450
482
</tr>
451
483
484
+
<tr>
485
+
<td valign=top>
486
+
<pre><code>--hiera-path PATH</code></pre>
487
+
</td>
488
+
<td valign=top>
489
+
Path to hiera data directory, relative to top directory of repository
490
+
</td>
491
+
<td valign=top>
492
+
Specify the path to the Hiera data directory (relative to the top level Puppet checkout). For Puppet Enterprise and the
493
+
Puppet control repo template, the value of this should be 'hieradata', which is the default. (<ahref="../lib/octocatalog-diff/catalog-diff/cli/options/hiera_path.rb">hiera_path.rb</a>)
494
+
</td>
495
+
</tr>
496
+
452
497
<tr>
453
498
<td valign=top>
454
499
<pre><code>--hiera-path-strip PATH</code></pre>
@@ -572,6 +617,31 @@ to ignore any changes for any defined type where this tag is set. (<a href="../l
572
617
</td>
573
618
</tr>
574
619
620
+
<tr>
621
+
<td valign=top>
622
+
<pre><code>--no-hiera-path </code></pre>
623
+
</td>
624
+
<td valign=top>
625
+
Do not use any default hiera path settings
626
+
</td>
627
+
<td valign=top>
628
+
Specify the path to the Hiera data directory (relative to the top level Puppet checkout). For Puppet Enterprise and the
629
+
Puppet control repo template, the value of this should be 'hieradata', which is the default. (<ahref="../lib/octocatalog-diff/catalog-diff/cli/options/hiera_path.rb">hiera_path.rb</a>)
630
+
</td>
631
+
</tr>
632
+
633
+
<tr>
634
+
<td valign=top>
635
+
<pre><code>--no-hiera-path-strip </code></pre>
636
+
</td>
637
+
<td valign=top>
638
+
Do not use any default hiera path strip settings
639
+
</td>
640
+
<td valign=top>
641
+
Specify the path to strip off the datadir to munge hiera.yaml file (<a href="../lib/octocatalog-diff/catalog-diff/cli/options/hiera_path_strip.rb">hiera_path_strip.rb</a>)
0 commit comments