Skip to content

Commit feb4ede

Browse files
author
Kevin Paulisse
committed
Autogenerate options reference
1 parent 5d1190d commit feb4ede

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
@@ -139,6 +139,8 @@ Usage: octocatalog-diff [command line options]
139139
SSL client certificate to connect to PE ENC
140140
--pe-enc-ssl-client-key FILENAME
141141
SSL client key to connect to PE ENC
142+
--override-script-path DIRNAME
143+
Directory with scripts to override built-ins
142144
--no-ignore-tags Disable ignoring based on tags
143145
--ignore-tags STRING1[,STRING2[,...]]
144146
Specify tags to ignore
@@ -730,6 +732,19 @@ array of differences, where each difference is an array (the octocatalog-diff 0.
730732
</td>
731733
</tr>
732734

735+
<tr>
736+
<td valign=top>
737+
<pre><code>--override-script-path DIRNAME</code></pre>
738+
</td>
739+
<td valign=top>
740+
Directory with scripts to override built-ins
741+
</td>
742+
<td valign=top>
743+
Provide an optional directory to override default built-in scripts such as git checkout
744+
and puppet version determination. (<a href="../lib/octocatalog-diff/cli/options/override_script_path.rb">override_script_path.rb</a>)
745+
</td>
746+
</tr>
747+
733748
<tr>
734749
<td valign=top>
735750
<pre><code>--parallel

0 commit comments

Comments
 (0)