[devtools][cli] add clean function document
authorHyunjin Lee <hj816.lee@samsung.com>
Wed, 2 Sep 2015 07:22:03 +0000 (16:22 +0900)
committerHyunjin Lee <hj816.lee@samsung.com>
Wed, 2 Sep 2015 07:37:07 +0000 (16:37 +0900)
Change-Id: Ida75277fd9cb0283ee9527af52842eba3d338a84
Signed-off-by: Hyunjin Lee <hj816.lee@samsung.com>
org.tizen.devtools/html/native_tools/command_line_interface_n.htm
org.tizen.devtools/html/web_tools/command_line_interface_w.htm

index 3652b86..e4632b0 100644 (file)
@@ -37,6 +37,7 @@ export PATH=$PATH:$&lt;TIZEN_SDK_HOME&gt;/tools/ide/bin
 <li><a href="#tizen_list">Displaying a sub-command list</a></li>
 <li><a href="#tizen_create">Creating a project</a></li>
 <li><a href="#tizen_build">Building the project</a></li>
+<li><a href="#tizen_clean">Cleaning the project</a></li>
 <li><a href="#tizen_package">Packaging the project</a></li>
 <li><a href="#tizen_install">Installing the package</a></li>
 <li><a href="#tizen_uninstall">Uninstalling the package</a></li>
@@ -224,6 +225,27 @@ $ ls /home/workspace/basic/Debug/
 </pre></li></ul>
 </td>
         </tr>   
+    <tr id="tizen_clean">
+     <td><span style="font-family: Courier New,Courier,monospace">tizen clean</span> </td>
+     <td>
+<pre class="prettyprint">
+tizen clean [--]
+</pre>
+</td>
+        <td>Clean the Tizen native project.
+        </td>
+     <td>
+<ul>
+<li><p>Clean the project:</p>
+<pre class="prettyprint">
+$ tizen clean -- /home/workspace/basic
+</pre>
+<p>or for Windows,</p>
+<pre class="prettyprint">
+> tizen.bat clean -- C:\Users\workspace\basic
+</pre></li></ul>
+</td>
+        </tr>
     <tr id="tizen_package"> 
      <td><span style="font-family: Courier New,Courier,monospace">tizen package</span> </td> 
      <td> 
index 98fca12..24abfa6 100644 (file)
@@ -39,6 +39,7 @@ export PATH=$PATH:$&lt;TIZEN_SDK_HOME&gt;/tools/ide/bin
 <li><a href="#mw_list">Displaying a sub-command list</a></li>
 <li><a href="#mw_create">Creating a project</a></li>
 <li><a href="#mw_build">Building the project</a></li>
+<li><a href="#mw_clean">Cleaning the project</a></li>
 <li><a href="#mw_package">Packaging the project</a></li>
 <li><a href="#mw_install">Installing the package</a></li>
 <li><a href="#mw_uninstall">Uninstalling the package</a></li>
@@ -221,6 +222,29 @@ $ cd /home/workspace/basic/.buildResult
 </ul>
 </td>
         </tr>   
+    <tr id="mw_clean">
+     <td><span style="font-family: Courier New,Courier,monospace">tizen clean</span> </td>
+     <td>
+<pre class="prettyprint">
+tizen clean [--]
+</pre>
+</td>
+        <td>Clean the Tizen web project.
+        </td>
+     <td>
+<ul>
+<li><p>Clean the project:</p>
+<pre class="prettyprint">
+$ tizen clean -- /home/workspace/basic
+</pre>
+<p>or for Windows,</p>
+<pre class="prettyprint">
+> tizen.bat clean -- C:\Users\workspace\basic
+</pre>
+</li>
+</ul>
+</td>
+        </tr>
     <tr id="mw_package"> 
      <td><span style="font-family: Courier New,Courier,monospace">tizen package</span> </td> 
      <td>