Bladeren bron

Merge pull request #10219 from JamesDeFabia/checkdirty

HPCC-17912 Document eclcc -checkDirty option

Reviewed-By: Richard Chapman <rchapman@hpccsystems.com>
Richard Chapman 8 jaren geleden
bovenliggende
commit
24112ca60e
2 gewijzigde bestanden met toevoegingen van 36 en 0 verwijderingen
  1. 27 0
      docs/HPCCClientTools/CT_Mods/CT_ECL_CLI.xml
  2. 9 0
      docs/HPCCClientTools/CT_Mods/ECLCC.xml

+ 27 - 0
docs/HPCCClientTools/CT_Mods/CT_ECL_CLI.xml

@@ -418,6 +418,15 @@ ecl deploy roxie - --name=FindPersonService
 
                   <entry>Specify path to manifest file</entry>
                 </row>
+
+                <row>
+                  <entry>-checkDirty</entry>
+
+                  <entry>Causes eclcc to generate a warning for any attribute
+                  that has been modified (according to the output of git
+                  status). Use of this function requires that git be installed
+                  and available on the path.</entry>
+                </row>
               </tbody>
             </tgroup>
           </informaltable></para>
@@ -727,6 +736,15 @@ ecl publish roxie ArchiveQuery.xml --name=FindPersonService --no-activate
 
                   <entry>Specify path to manifest file</entry>
                 </row>
+
+                <row>
+                  <entry>-checkDirty</entry>
+
+                  <entry>Causes eclcc to generate a warning for any attribute
+                  that has been modified (according to the output of git
+                  status). Use of this function requires that git be installed
+                  and available on the path.</entry>
+                </row>
               </tbody>
             </tgroup>
           </informaltable></para>
@@ -1058,6 +1076,15 @@ ecl run thor findperson.ecl -I C:\MyECL\
                 </row>
 
                 <row>
+                  <entry>-checkDirty</entry>
+
+                  <entry>Causes eclcc to generate a warning for any attribute
+                  that has been modified (according to the output of git
+                  status). Use of this function requires that git be installed
+                  and available on the path.</entry>
+                </row>
+
+                <row>
                   <entry>-f-xxx</entry>
 
                   <entry>Will pass the option -xxx to eclcc</entry>

+ 9 - 0
docs/HPCCClientTools/CT_Mods/ECLCC.xml

@@ -178,6 +178,15 @@
               </row>
 
               <row>
+                <entry>-checkDirty</entry>
+
+                <entry>Causes eclcc to generate a warning for any attribute
+                that has been modified (according to the output of git
+                status). Use of this function requires that git be installed
+                and available on the path.</entry>
+              </row>
+
+              <row>
                 <entry>-foption[=value]</entry>
 
                 <entry>Set an ecl option. See #OPTION in the <emphasis>ECL