Quellcode durchsuchen

Merge pull request #4626 from JamesDeFabia/hpcc9625_9604DocumentNewOptions_ecl_publish

HPCC-9625 New options in ecl publish: no-files,suspend-prev,delete-prev

Reviewed-By: Anthony Fishbeck <anthony.fishbeck@lexisnexis.com>
Reviewed-By: Richard Chapman <rchapman@hpccsystems.com>
Richard Chapman vor 12 Jahren
Ursprung
Commit
f501c26853
1 geänderte Dateien mit 17 neuen und 3 gelöschten Zeilen
  1. 17 3
      docs/HPCCClientTools/CT_Mods/CT_ECL_CLI.xml

+ 17 - 3
docs/HPCCClientTools/CT_Mods/CT_ECL_CLI.xml

@@ -384,6 +384,7 @@ ecl deploy --target=roxie --name=FindPersonService libW20120224-125557.so
 ecl publish --target=roxie --name=FindPersonService -A libW20120224-125557.so
 ecl publish --target=roxie --name=FindPersonService -A ArchiveQuery.xml
 ecl publish --target=roxie --name=FindPersonService --activate findperson.ecl
+ecl publish --target=roxie --name=FindPersonService --activate --no-files findperson.ecl
 ecl publish --target=roxie --name=FindPersonService --no-activate findperson.ecl
 </programlisting>
 
@@ -424,7 +425,7 @@ ecl publish --target=roxie --name=FindPersonService --no-activate findperson.ecl
                 <row>
                   <entry>archive</entry>
 
-                  <entry>TheECL archive to deploy</entry>
+                  <entry>The ECL archive to deploy</entry>
                 </row>
 
                 <row>
@@ -463,9 +464,22 @@ ecl publish --target=roxie --name=FindPersonService --no-activate findperson.ecl
                 </row>
 
                 <row>
-                  <entry>--no-reload</entry>
+                  <entry>-sp, --suspend-prev</entry>
+
+                  <entry>Suspend previously active query</entry>
+                </row>
+
+                <row>
+                  <entry>-dp, --delete-prev</entry>
+
+                  <entry>Delete previously active query</entry>
+                </row>
+
+                <row>
+                  <entry>--no-files</entry>
 
-                  <entry>Does not reload the queryset</entry>
+                  <entry>Does not copy DFU file information for files
+                  referenced by the query</entry>
                 </row>
 
                 <row>