|
787 | 787 | <h1 id="cli-reference">CLI reference</h1> |
788 | 788 | <p>This page provides documentation for our command line tools.</p> |
789 | 789 | <h2 id="dbt-jobs-as-code">dbt-jobs-as-code</h2> |
790 | | -<p>dbt-jobs-as-code 1.6.2.dev2+gaf742ef</p> |
| 790 | +<p>dbt-jobs-as-code 1.6.3.dev4+g3924013</p> |
791 | 791 | <p>A CLI to allow defining dbt Cloud jobs as code</p> |
792 | 792 | <p><strong>Usage:</strong></p> |
793 | 793 | <div class="highlight"><pre><span></span><code>dbt-jobs-as-code [OPTIONS] COMMAND [ARGS]... |
@@ -907,7 +907,7 @@ <h3 id="import-jobs">import-jobs</h3> |
907 | 907 | <tr> |
908 | 908 | <td><code>--config</code></td> |
909 | 909 | <td>text</td> |
910 | | -<td>The path to your YML jobs config file (or pattern for those files).</td> |
| 910 | +<td>The path to your YML jobs config file (also supports glob patterns for those files or a directory).</td> |
911 | 911 | <td>None</td> |
912 | 912 | </tr> |
913 | 913 | <tr> |
@@ -1019,7 +1019,7 @@ <h3 id="link">link</h3> |
1019 | 1019 | <h3 id="plan">plan</h3> |
1020 | 1020 | <p>Check the difference between a local file and dbt Cloud without updating dbt Cloud. |
1021 | 1021 | This command will not update dbt Cloud.</p> |
1022 | | -<p>CONFIG is the path to your jobs.yml config file or a glob pattern for those files.</p> |
| 1022 | +<p>CONFIG is the path to your YML jobs config file (also supports glob patterns for those files or a directory).</p> |
1023 | 1023 | <p><strong>Usage:</strong></p> |
1024 | 1024 | <div class="highlight"><pre><span></span><code>dbt-jobs-as-code plan [OPTIONS] CONFIG |
1025 | 1025 | </code></pre></div> |
@@ -1081,7 +1081,7 @@ <h3 id="plan">plan</h3> |
1081 | 1081 | <h3 id="sync">sync</h3> |
1082 | 1082 | <p>Synchronize a dbt Cloud job config file against dbt Cloud. |
1083 | 1083 | This command will update dbt Cloud with the changes in the local YML file. It is recommended to run a <code>plan</code> first to see what will be changed.</p> |
1084 | | -<p>CONFIG is the path to your jobs.yml config file or a glob pattern for those files.</p> |
| 1084 | +<p>CONFIG is the path to your YML jobs config file (also supports glob patterns for those files or a directory).</p> |
1085 | 1085 | <p><strong>Usage:</strong></p> |
1086 | 1086 | <div class="highlight"><pre><span></span><code>dbt-jobs-as-code sync [OPTIONS] CONFIG |
1087 | 1087 | </code></pre></div> |
@@ -1209,7 +1209,7 @@ <h3 id="unlink">unlink</h3> |
1209 | 1209 | </table> |
1210 | 1210 | <h3 id="validate">validate</h3> |
1211 | 1211 | <p>Check that the config file is valid</p> |
1212 | | -<p>CONFIG is the path to your jobs.yml config file or a glob pattern for those files.</p> |
| 1212 | +<p>CONFIG is the path to your YML jobs config file (also supports glob patterns for those files or a directory).</p> |
1213 | 1213 | <p><strong>Usage:</strong></p> |
1214 | 1214 | <div class="highlight"><pre><span></span><code>dbt-jobs-as-code validate [OPTIONS] CONFIG |
1215 | 1215 | </code></pre></div> |
|
0 commit comments