From: Hyunjin Lee Date: Wed, 2 Sep 2015 07:22:03 +0000 (+0900) Subject: [devtools][cli] add clean function document X-Git-Tag: tizen_3.0/TD_SYNC/20161201~575^2 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=88432feb7691e5102c630d50c1ff2ec5a6d5dc18;p=sdk%2Fonline-doc.git [devtools][cli] add clean function document Change-Id: Ida75277fd9cb0283ee9527af52842eba3d338a84 Signed-off-by: Hyunjin Lee --- diff --git a/org.tizen.devtools/html/native_tools/command_line_interface_n.htm b/org.tizen.devtools/html/native_tools/command_line_interface_n.htm index 3652b86..e4632b0 100644 --- a/org.tizen.devtools/html/native_tools/command_line_interface_n.htm +++ b/org.tizen.devtools/html/native_tools/command_line_interface_n.htm @@ -37,6 +37,7 @@ export PATH=$PATH:$<TIZEN_SDK_HOME>/tools/ide/bin
  • Displaying a sub-command list
  • Creating a project
  • Building the project
  • +
  • Cleaning the project
  • Packaging the project
  • Installing the package
  • Uninstalling the package
  • @@ -224,6 +225,27 @@ $ ls /home/workspace/basic/Debug/ + + tizen clean + +
    +tizen clean [--]
    +
    + + Clean the Tizen native project. + + + + + tizen package diff --git a/org.tizen.devtools/html/web_tools/command_line_interface_w.htm b/org.tizen.devtools/html/web_tools/command_line_interface_w.htm index 98fca12..24abfa6 100644 --- a/org.tizen.devtools/html/web_tools/command_line_interface_w.htm +++ b/org.tizen.devtools/html/web_tools/command_line_interface_w.htm @@ -39,6 +39,7 @@ export PATH=$PATH:$<TIZEN_SDK_HOME>/tools/ide/bin
  • Displaying a sub-command list
  • Creating a project
  • Building the project
  • +
  • Cleaning the project
  • Packaging the project
  • Installing the package
  • Uninstalling the package
  • @@ -221,6 +222,29 @@ $ cd /home/workspace/basic/.buildResult + + tizen clean + +
    +tizen clean [--]
    +
    + + Clean the Tizen web project. + + + + + tizen package