|
9 | 9 |
|
10 | 10 | ```
|
11 | 11 | Usage: octocatalog-diff [command line options]
|
12 |
| - -n, --hostname HOSTNAME Use PuppetDB facts from last run of hostname |
| 12 | + -n HOSTNAME1[,HOSTNAME2[,...]], Use PuppetDB facts from last run of a hostname or a comma separated list of multiple hostnames |
| 13 | + --hostname |
13 | 14 | --basedir DIRNAME Use an alternate base directory (git checkout of puppet repository)
|
14 | 15 | -f, --from FROM_BRANCH Branch you are coming from
|
15 | 16 | -t, --to TO_BRANCH Branch you are going to
|
@@ -856,14 +857,17 @@ Puppet control repo template, the value of this should be 'hieradata', which is
|
856 | 857 |
|
857 | 858 | <tr>
|
858 | 859 | <td valign=top>
|
859 |
| - <pre><code>-n HOSTNAME |
860 |
| ---hostname HOSTNAME</code></pre> |
| 860 | + <pre><code>-n HOSTNAME1[,HOSTNAME2[,...]] |
| 861 | +--hostname HOSTNAME1[,HOSTNAME2[,...]]</code></pre> |
861 | 862 | </td>
|
862 | 863 | <td valign=top>
|
863 |
| - Use PuppetDB facts from last run of hostname |
| 864 | + Use PuppetDB facts from last run of a hostname or a comma separated list of multiple hostnames |
864 | 865 | </td>
|
865 | 866 | <td valign=top>
|
866 |
| - Set hostname, which is used to look up facts in PuppetDB, and in the header of diff display. (<a href="../lib/octocatalog-diff/cli/options/hostname.rb">hostname.rb</a>) |
| 867 | + Set hostname, which is used to look up facts in PuppetDB, and in the header of diff display. |
| 868 | +This option can recieve a single hostname, or a comma separated list of |
| 869 | +multiple hostnames, which are split into an Array. Multiple hostnames do not |
| 870 | +work with the `catalog-only` or `bootstrap-then-exit` options. (<a href="../lib/octocatalog-diff/cli/options/hostname.rb">hostname.rb</a>) |
867 | 871 | </td>
|
868 | 872 | </tr>
|
869 | 873 |
|
|
0 commit comments