Skip to content

Commit 0b76bd3

Browse files
author
Kevin Paulisse
committed
Documentation auto-build
1 parent 6d033f3 commit 0b76bd3

1 file changed

Lines changed: 17 additions & 0 deletions

File tree

doc/optionsref.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,8 @@ Usage: octocatalog-diff [command line options]
4747
--ignore-attr "attr1,attr2,..."
4848
Attributes to ignore
4949
--[no-]display-source Show source file and line for each difference
50+
--[no-]validate-references "before,require,subscribe,notify"
51+
References to validate
5052
--[no-]compare-file-text Compare text, not source location, of file resources
5153
--[no-]storeconfigs Enable integration with puppetdb for collected resources
5254
--retry-failed-catalog N Retry building a failed catalog N times
@@ -1028,4 +1030,19 @@ These files must exist and be in Puppet catalog format. (<a href="../lib/octocat
10281030
</td>
10291031
</tr>
10301032

1033+
<tr>
1034+
<td valign=top>
1035+
<pre><code>--validate-references
1036+
--no-validate-references </code></pre>
1037+
</td>
1038+
<td valign=top>
1039+
References to validate
1040+
</td>
1041+
<td valign=top>
1042+
Confirm that each `before`, `require`, `subscribe`, and/or `notify` points to a valid
1043+
resource in the catalog. This value should be specified as an array of which of these
1044+
parameters are to be checked. (<a href="../lib/octocatalog-diff/catalog-diff/cli/options/validate_references.rb">validate_references.rb</a>)
1045+
</td>
1046+
</tr>
1047+
10311048
</table>

0 commit comments

Comments
 (0)