Skip to content

Commit 7f680c5

Browse files
author
Kevin Paulisse
committed
Auto-update options reference document
1 parent f70192d commit 7f680c5

1 file changed

Lines changed: 15 additions & 0 deletions

File tree

doc/optionsref.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,8 @@ Usage: octocatalog-diff [command line options]
4646
--no-hiera-path-strip Do not use any default hiera path strip settings
4747
--ignore-attr "attr1,attr2,..."
4848
Attributes to ignore
49+
--[no-]ignore-equivalent-yaml-files
50+
Ignore YAML files differing only by whitespace
4951
--[no-]display-source Show source file and line for each difference
5052
--[no-]validate-references "before,require,subscribe,notify"
5153
References to validate
@@ -562,6 +564,19 @@ Puppet control repo template, the value of this should be 'hieradata', which is
562564
</td>
563565
</tr>
564566

567+
<tr>
568+
<td valign=top>
569+
<pre><code>--ignore-equivalent-yaml-files
570+
--no-ignore-equivalent-yaml-files </code></pre>
571+
</td>
572+
<td valign=top>
573+
Ignore YAML files differing only by whitespace
574+
</td>
575+
<td valign=top>
576+
Ignore difference between YAML files if they contain the same content differing only by whitespace. (<a href="../lib/octocatalog-diff/catalog-diff/cli/options/ignore_equivalent_yaml_files.rb">ignore_equivalent_yaml_files.rb</a>)
577+
</td>
578+
</tr>
579+
565580
<tr>
566581
<td valign=top>
567582
<pre><code>--ignore-tags STRING1[,STRING2[,...]]</code></pre>

0 commit comments

Comments
 (0)