Cli.php
[Pman.Core] / Cli.php
diff --git a/Cli.php b/Cli.php
index 701b5ef..461ab1b 100644 (file)
--- a/Cli.php
+++ b/Cli.php
@@ -2,6 +2,8 @@
 /*
 
 Help file for cli in this directory.
+
+
 */
 
 
@@ -12,6 +14,8 @@ class Pman_Core_Cli
     {
         return false;
     }
+    
+    
     function help($cli)
     {
         echo "
@@ -29,10 +33,29 @@ class Pman_Core_Cli
 
     
     $cli Core/RunGenerator/COMPONENT pman.ini,COMPONENT.readers.js,...
-
+    $cli Core/RunGenerator/COMPONENT _all_
     Runs the generator for a project (NOTE - runs all the SQL updates)
     - Changes the files.
 
+================================    
+
+    $cli Core/JsCompile   build PROJECT
+     
+    Runs the javascript compiler - merging all the JS files so the load faster.
+    Note: cfg option Pman_Builder['jspacker'] must be set to location of jstoolkit code 
+
+================================    
+
+    $cli Core/Notify
+    
+    Runs the notification tool - should be run every minute ideally.
+    Sends out emails to anyone in the notification list.
+    
+    /etc/cron.d/pman-core-notify
+     * *  * * *     www-data     /usr/bin/php /home/gitlive/web.mtrack/admin.php  Core/Notify > /dev/null
+    
+        
 ";