Skip to content

Commit dee4682

Browse files
committed
Doc auto-update
1 parent 7fb451c commit dee4682

File tree

1 file changed

+29
-3
lines changed

1 file changed

+29
-3
lines changed

doc/optionsref.md

Lines changed: 29 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,9 @@ Usage: octocatalog-diff [command line options]
4343
--master-cache-branch BRANCH Branch to cache
4444
--safe-to-delete-cached-master-dir PATH
4545
OK to delete cached master directory at this path
46-
--hiera-config PATH Relative path to hiera YAML file
46+
--hiera-config STRING Full or relative path to global Hiera configuration file globally
47+
--to-hiera-config STRING Full or relative path to global Hiera configuration file for the to branch
48+
--from-hiera-config STRING Full or relative path to global Hiera configuration file for the from branch
4749
--no-hiera-config Disable hiera config file installation
4850
--hiera-path PATH Path to hiera data directory, relative to top directory of repository
4951
--no-hiera-path Do not use any default hiera path settings
@@ -643,6 +645,18 @@ by permitting a data type specification as well. (<a href="../lib/octocatalog-di
643645
</td>
644646
</tr>
645647

648+
<tr>
649+
<td valign=top>
650+
<pre><code>--from-hiera-config STRING</code></pre>
651+
</td>
652+
<td valign=top>
653+
Full or relative path to global Hiera configuration file for the from branch
654+
</td>
655+
<td valign=top>
656+
Specify a relative path to the Hiera yaml file (<a href="../lib/octocatalog-diff/cli/options/hiera_config.rb">hiera_config.rb</a>)
657+
</td>
658+
</tr>
659+
646660
<tr>
647661
<td valign=top>
648662
<pre><code>--from-puppet-binary STRING</code></pre>
@@ -773,10 +787,10 @@ This timeout is specified in seconds. (<a href="../lib/octocatalog-diff/cli/opti
773787

774788
<tr>
775789
<td valign=top>
776-
<pre><code>--hiera-config PATH</code></pre>
790+
<pre><code>--hiera-config STRING</code></pre>
777791
</td>
778792
<td valign=top>
779-
Relative path to hiera YAML file
793+
Full or relative path to global Hiera configuration file globally
780794
</td>
781795
<td valign=top>
782796
Specify a relative path to the Hiera yaml file (<a href="../lib/octocatalog-diff/cli/options/hiera_config.rb">hiera_config.rb</a>)
@@ -1541,6 +1555,18 @@ by permitting a data type specification as well. (<a href="../lib/octocatalog-di
15411555
</td>
15421556
</tr>
15431557

1558+
<tr>
1559+
<td valign=top>
1560+
<pre><code>--to-hiera-config STRING</code></pre>
1561+
</td>
1562+
<td valign=top>
1563+
Full or relative path to global Hiera configuration file for the to branch
1564+
</td>
1565+
<td valign=top>
1566+
Specify a relative path to the Hiera yaml file (<a href="../lib/octocatalog-diff/cli/options/hiera_config.rb">hiera_config.rb</a>)
1567+
</td>
1568+
</tr>
1569+
15441570
<tr>
15451571
<td valign=top>
15461572
<pre><code>--to-puppet-binary STRING</code></pre>

0 commit comments

Comments
 (0)