[CLI] Layouts are changed and Some expressions are modified.
authorgeunhui.lim <geunhui.lim@samsung.com>
Wed, 4 Nov 2015 07:05:28 +0000 (16:05 +0900)
committergeunhui.lim <geunhui.lim@samsung.com>
Wed, 4 Nov 2015 09:29:46 +0000 (18:29 +0900)
Change-Id: I0000000000000000000000000003000300000000
Signed-off-by: geunhui.lim <geunhui.lim@samsung.com>
org.tizen.devtools/html/web_tools/command_line_interface_w.htm

index b32a034..bd71dbe 100644 (file)
@@ -60,34 +60,15 @@ export PATH=$PATH:$&lt;TIZEN_SDK_HOME&gt;/tools/ide/bin
 </tbody>
 </table> 
 
-<p>The following table lists the available CLI commands.</p>
-
- <table> 
-   <caption>
-     Table: CLI commands 
-   </caption> 
-   <tbody> 
-    <tr> 
-     <th>Command</th> 
-     <th>Options</th> 
-     <th>Description</th> 
-        <th>Example</th> 
-    </tr> 
-    <tr id="mw_cli_config"> 
-     <td><span style="font-family: Courier New,Courier,monospace">tizen cli-config</span> </td> 
-     <td> 
-<pre class="prettyprint">
-<strong>tizen cli-config</strong> [-g &lt;key&gt;=&lt;value&gt;]
-<strong>tizen cli-config</strong> -l
-</pre>
+<p>The following are available CLI commands:</p>
 
-<ul>
-<li><span style="font-family: Courier New,Courier,monospace;">-g &lt;key&gt;=&lt;value&gt;, --global &lt;key&gt;=&lt;value&gt;</span>:
-<p>Sets the CLI configuration key and value you want to assign as global.</p></li>
-<li><span style="font-family: Courier New,Courier,monospace;">-l, --list</span>:
-<p>Displays the list of all CLI configuration keys and values.</p></li>
-</ul></td>
-        <td>Queries, sets, replaces, and unsets CLI setting options.
+<table border="1">
+<tbody>
+<tr id="mw_cli_config" name="mw_cli_config">
+<th style="text-align:left;margin-left:auto;margin-right:auto;"><span style="font-family: Courier New,Courier,monospace"><b>tizen cli-config</b></span></th> 
+</tr>
+<tr>
+<td> <p>Displays, sets, replaces, and remove CLI settings.
         <p>The key and the name are separated by an equal sign.</p>
 <p>The CLI configuration keys are:</p>
 <ul>
@@ -97,70 +78,106 @@ Sets the path to the <span style="font-family: Courier New,Courier,monospace;">p
 <li><span style="font-family: Courier New,Courier,monospace;">default.sdb.timeout=&lt;timeout value&gt;</span><p>
 Sets the default connection timeout value. The default is 60000 milliseconds.</p></li>
 </ul>
-        </td>
-     <td> 
+<p><strong>Syntax:</strong> 
+<blockquote><pre class="prettyprint">
+&nbsp;&nbsp;<strong>tizen cli-config</strong> [-g &lt;key&gt;=&lt;value&gt;]
+&nbsp;&nbsp;<strong>tizen cli-config</strong> -l
+</pre>
+</blockquote>
+</p> 
+<p><strong>Options:</strong></p>
+<ul>
+<li><span style="font-family: Courier New,Courier,monospace;">-g &lt;key&gt;=&lt;value&gt;, --global &lt;key&gt;=&lt;value&gt;</span>:
+<p>Sets the CLI configuration key and value you want to assign as global.</p></li>
+<li><span style="font-family: Courier New,Courier,monospace;">-l, --list</span>:
+<p>Displays the list of all CLI configuration keys and values.</p></li>
+</ul>
+<p><strong>Examples:</strong></p>
 <ul>
 <li><p>Sets the <span style="font-family: Courier New,Courier,monospace;">profile.xml</span> path globally:</p>
 <pre class="prettyprint">
-$ tizen cli-config -g default.profiles.path=/home/workspace/.metadata/.plugins/org.tizen.common.sign/profiles.xml
+&nbsp;&nbsp;$ tizen cli-config -g default.profiles.path=/home/workspace/.metadata/.plugins/org.tizen.common.sign/profiles.xml
 </pre>
 <p>Or for Windows:</p>
 <pre class="prettyprint">
-&gt; tizen.bat cli-config –g &quot;default.profiles.path=C:\Users\workspace\.metadata\.plugins\org.tizen.common.sign\profiles.xml&quot;
+&nbsp;&nbsp;&gt; tizen.bat cli-config –g &quot;default.profiles.path=C:\Users\workspace\.metadata\.plugins\org.tizen.common.sign\profiles.xml&quot;
 </pre></li>
 <li><p>Lists all options for which values are set:</p>
 <pre class="prettyprint">
-$ tizen cli-config -l
-default.build.architecture=x86
-default.build.compiler=llvm
-default.build.configuration=Debug
-default.profiles.path=/home/mustafa/workspace/0904/.metadata/.plugins/org.tizen.common.sign/profiles.xml
-default.sdb.timeout=60000
+&nbsp;&nbsp;$ tizen cli-config -l
+&nbsp;&nbsp;default.build.architecture=x86
+&nbsp;&nbsp;default.build.compiler=llvm
+&nbsp;&nbsp;default.build.configuration=Debug
+&nbsp;&nbsp;default.profiles.path=/home/mustafa/workspace/0904/.metadata/.plugins/org.tizen.common.sign/profiles.xml
+&nbsp;&nbsp;default.sdb.timeout=60000
 </pre></li>
+</ul>
+</td> 
+    </tr>
+</tbody></table>
+
+<table border="1">
+<tbody>
+<tr id="mw_list" name="mw_list">
+<th style="text-align:left;margin-left:auto;margin-right:auto;"><span style="font-family: Courier New,Courier,monospace"><b>tizen list</b></span></th> 
+</tr>
+<tr>
+<td> <p>Displays the profile templates and the list corresponding with the given sub-command.</p>
+<p><strong>Syntax:</strong> 
+<blockquote>
+<pre class="prettyprint">
+&nbsp;&nbsp;<strong>tizen list</strong> web-project
+</pre>
+</blockquote>
+</p> 
+<p><strong>Options:</strong></p>
 
-</ul></td>
-        </tr>
-    <tr id="mw_list"> 
-     <td><span style="font-family: Courier New,Courier,monospace">tizen list</span> </td> 
-     <td> 
-<pre class="prettyprint">
-<strong>tizen list</strong> web-project
-</pre></td>
-        <td>Displays what kind of template each profile supports, and the list corresponding with the given sub-command.
-        </td>
-     <td> 
+<p><strong>Examples:</strong></p>
 <ul>
 <li><p>Lists all templates:</p>
 <pre class="prettyprint">
-$ tizen list web-project
-&nbsp;&nbsp;&nbsp;[PROFILE]           [TEMPLATE]
-&nbsp;&nbsp;&nbsp;mobile-2.3           TizenWebUIBuilderforTAUEmptyApplication
-&nbsp;&nbsp;&nbsp;mobile-2.3           TizenWebUIBuilderforTAUSinglePageApplication
-&nbsp;&nbsp;&nbsp;mobile-2.3           TizenWebUIBuilderforTAUNavigationApplication
-&nbsp;&nbsp;&nbsp;mobile-2.3           jQueryMobileNavigationApplication
-&nbsp;&nbsp;&nbsp;mobile-2.3           jQueryMobileMasterDetailApplication
-&nbsp;&nbsp;&nbsp;mobile-2.3           TizenWebUIFrameworkNavigationApplication
-&nbsp;&nbsp;&nbsp;mobile-2.3           TizenWebUIFrameworkSinglePageApplication
-&nbsp;&nbsp;&nbsp;mobile-2.3           TizenWebUIFrameworkMasterDetailApplication
-&nbsp;&nbsp;&nbsp;mobile-2.3           jQueryMobileSinglePageApplication
-&nbsp;&nbsp;&nbsp;mobile-2.3           TizenWebUIBuilderforTAUMultiPageApplication
-&nbsp;&nbsp;&nbsp;mobile-2.3           BasicBasicApplication
-&nbsp;&nbsp;&nbsp;mobile-2.3           jQueryMobileMultiPageApplication
-&nbsp;&nbsp;&nbsp;mobile-2.3           TizenWebUIFrameworkMultiPageApplication
-&nbsp;&nbsp;&nbsp;wearable-2.3         IMEApplicationWebIMEapplication
-&nbsp;&nbsp;&nbsp;wearable-2.3         BasicjQuerytemplate
-&nbsp;&nbsp;&nbsp;wearable-2.3         BasicBasicapplication
-&nbsp;&nbsp;&nbsp;wearable-2.3         WearableUIBasicapplication
-&nbsp;&nbsp;&nbsp;wearable-2.3         WearableUIListapplication
+&nbsp;&nbsp;$ tizen list web-project
+&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;[PROFILE]           [TEMPLATE]
+&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;mobile-2.3           TizenWebUIBuilderforTAUEmptyApplication
+&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;mobile-2.3           TizenWebUIBuilderforTAUSinglePageApplication
+&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;mobile-2.3           TizenWebUIBuilderforTAUNavigationApplication
+&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;mobile-2.3           jQueryMobileNavigationApplication
+&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;mobile-2.3           jQueryMobileMasterDetailApplication
+&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;mobile-2.3           TizenWebUIFrameworkNavigationApplication
+&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;mobile-2.3           TizenWebUIFrameworkSinglePageApplication
+&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;mobile-2.3           TizenWebUIFrameworkMasterDetailApplication
+&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;mobile-2.3           jQueryMobileSinglePageApplication
+&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;mobile-2.3           TizenWebUIBuilderforTAUMultiPageApplication
+&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;mobile-2.3           BasicBasicApplication
+&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;mobile-2.3           jQueryMobileMultiPageApplication
+&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;mobile-2.3           TizenWebUIFrameworkMultiPageApplication
+&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;wearable-2.3         IMEApplicationWebIMEapplication
+&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;wearable-2.3         BasicjQuerytemplate
+&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;wearable-2.3         BasicBasicapplication
+&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;wearable-2.3         WearableUIBasicapplication
+&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;wearable-2.3         WearableUIListapplication
 </pre></li></ul>
-</td>
-        </tr>   
-    <tr id="mw_create"> 
-     <td><span style="font-family: Courier New,Courier,monospace">tizen create</span> </td> 
-     <td> 
-<pre class="prettyprint">
-<strong>tizen create</strong> web-project [-p &lt;profile name&gt;] [-t &lt;predefined template&gt;] 
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;[-n &lt;project name&gt;] [-- &lt;project location&gt;]</pre>
+</td> 
+    </tr>
+</tbody></table>
+
+<table border="1">
+<tbody>
+<tr id="mw_create" name="mw_create">
+<th style="text-align:left;margin-left:auto;margin-right:auto;"><span style="font-family: Courier New,Courier,monospace"><b>tizen create</b></span></th> 
+</tr>
+<tr>
+<td> <p>Creates a Tizen Web project.</p>
+
+<p><strong>Syntax:</strong> 
+<blockquote>
+<pre class="prettyprint">
+&nbsp;&nbsp;<strong>tizen create</strong> web-project [-p &lt;profile name&gt;] [-t &lt;predefined template&gt;] 
+&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;[-n &lt;project name&gt;] [-- &lt;project location&gt;]
+</pre>
+</blockquote>
+</p> 
+<p><strong>Options:</strong></p>
 <ul>
 <li><span style="font-family: Courier New,Courier,monospace;">-p, --profile</span>:
 <p>Specifies the profile name.</p></li>
@@ -170,26 +187,39 @@ $ tizen list web-project
 <p>Specifies the project name.</p></li>
 <li><span style="font-family: Courier New,Courier,monospace;">--</span>:
 <p>Specifies the destination directory where the project is created.</p></li>
-</ul></td>
-        <td>Creates a Tizen Web project.</td>
-     <td> 
+</ul>
+<p><strong>Examples:</strong></p>
 <ul>
 <li><p>Creates the template project based on the basic Tizen mobile UI project:</p>
 <pre class="prettyprint">
-$ tizen create web-project -p mobile-2.3 -t BasicBasicApplication -n basic -- /home/workspace
+&nbsp;&nbsp;$ tizen create web-project -p mobile-2.3 -t BasicBasicApplication -n basic -- /home/workspace
 </pre>
 <p>Or for Windows:</p>
 <pre class="prettyprint">
-&gt; tizen.bat create web-project -p mobile-2.3 -t BasicBasicApplication -n basic -- C:\Users\workspace
-</pre></li></ul>
-</td>
-        </tr>   
-    <tr id="mw_build"> 
-     <td><span style="font-family: Courier New,Courier,monospace">tizen build-web</span> </td> 
-     <td> 
+&nbsp;&nbsp;&gt; tizen.bat create web-project -p mobile-2.3 -t BasicBasicApplication -n basic -- C:\Users\workspace
+</pre></li>
+</ul>
+</td> 
+    </tr>
+</tbody></table>
+
+<table border="1">
+<tbody>
+<tr id="mw_build" name="mw_build">
+<th style="text-align:left;margin-left:auto;margin-right:auto;"><span style="font-family: Courier New,Courier,monospace"><b>tizen build-web</b></span></th> 
+</tr>
+<tr>
+<td> <p>Builds the Tizen Web project with the default values (if you do not set the options).</p>
+<p>In the Web application, you do not need to build a project. However, you can optimize the application (for example, minimize the JavaScript or CSS file and exclude the Tizen Web UI framework sources).</p>
+
+<p><strong>Syntax:</strong> 
+<blockquote>
 <pre class="prettyprint">
-<strong>tizen build-web</strong> [-opt] [-euf] [-e &lt;file pattern&gt;] [-out &lt;output directory&gt;] [--]
+&nbsp;&nbsp;<strong>tizen build-web</strong> [-opt] [-euf] [-e &lt;file pattern&gt;] [-out &lt;output directory&gt;] [--]
 </pre>
+</blockquote>
+</p> 
+<p><strong>Options:</strong></p>
 <ul>
 <li><span style="font-family: Courier New,Courier,monospace;">-opt, --optimize</span>:
 <p>Optimizes the application size. The Javascript and CSS files are minimized and the Tizen Web UI framework source is excluded. The related link address is modified to a platform-dependent location instead.
@@ -206,54 +236,77 @@ $ tizen create web-project -p mobile-2.3 -t BasicBasicApplication -n basic -- /h
 </p></li>
 <li><span style="font-family: Courier New,Courier,monospace;">--</span>:
 <p>Specifies the project directory.</p></li>
-</ul></td>
-        <td>Builds the Tizen Web project with the default values (if you do not set the options). 
-        <p>In the Web application, there is no need to build a project. However, you can optimize the application (for example, minimize the JavaScript or CSS file and exclude the Tizen Web UI framework sources).</p>
-        </td>
-     <td> 
+</ul>
+<p><strong>Examples:</strong></p>
 <ul>
 <li><p>Builds the project with default options:</p>
 <pre class="prettyprint">
-$ tizen build-web -- /home/workspace/basic
-$ cd /home/workspace/basic/.buildResult
+&nbsp;&nbsp;$ tizen build-web -- /home/workspace/basic
+&nbsp;&nbsp;$ cd /home/workspace/basic/.buildResult
 </pre>
 <p>Or for Windows:</p>
 <pre class="prettyprint">
-&gt; tizen.bat build-web -- C:\Users\workspace\basic
-&gt; dir C:\Users\workspace\basic\.buildResult
+&nbsp;&nbsp;&gt; tizen.bat build-web -- C:\Users\workspace\basic
+&nbsp;&nbsp;&gt; dir C:\Users\workspace\basic\.buildResult
 </pre></li>
 </ul>
-</td>
-        </tr>  
-   <tr id="mw_clean">
-     <td><span style="font-family: Courier New,Courier,monospace">tizen clean</span> </td>
-     <td>
+</td> 
+    </tr>
+</tbody></table>
+
+<table border="1">
+<tbody>
+<tr id="mw_clean" name="mw_clean">
+<th style="text-align:left;margin-left:auto;margin-right:auto;"><span style="font-family: Courier New,Courier,monospace"><b>tizen clean</b></span></th> 
+</tr>
+<tr>
+<td> <p>Cleans the Tizen Web project.</p>
+
+<p><strong>Syntax:</strong> 
+<blockquote>
 <pre class="prettyprint">
-<strong>tizen clean</strong> [--]
+&nbsp;&nbsp;<strong>tizen clean</strong> [--]
 </pre>
-</td>
-        <td>Cleans the Tizen Web project.
-        </td>
-     <td>
+</blockquote>
+</p> 
+<p><strong>Options:</strong></p>
+
+<p><strong>Examples:</strong></p>
 <ul>
 <li><p>Cleans the project:</p>
 <pre class="prettyprint">
-$ tizen clean -- /home/workspace/basic
+&nbsp;&nbsp;$ tizen clean -- /home/workspace/basic
 </pre>
 <p>Or for Windows:</p>
 <pre class="prettyprint">
-&gt; tizen.bat clean -- C:\Users\workspace\basic
+&nbsp;&nbsp;&gt; tizen.bat clean -- C:\Users\workspace\basic
 </pre>
 </li>
 </ul>
-</td>
-        </tr>   
-   <tr id="mw_certificate">
-     <td><span style="font-family: Courier New,Courier,monospace">tizen certificate</span> </td>
-     <td><pre class="prettyprint"><strong>tizen certificate</strong> [-a &lt;alias name&gt;] [-p &lt;password&gt;] [-c &lt;country name&gt;]
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;[-s &lt;state&gt;] [-ct &lt;city&gt;] [-o &lt;organization&gt;]
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;[-u &lt;organization unit&gt;] [-n &lt;user name&gt;] [-e &lt;email&gt;]
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;[-f &lt;file name&gt;] [--]</pre>
+</td> 
+    </tr>
+</tbody></table>
+
+<table border="1">
+<tbody>
+<tr id="mw_certificate" name="mw_certificate">
+<th style="text-align:left;margin-left:auto;margin-right:auto;"><span style="font-family: Courier New,Courier,monospace"><b>tizen certificate</b></span></th> 
+</tr>
+<tr>
+<td> <p>Generates a Tizen certificate for your application.</p>
+<p>If you want to upload your application to the Tizen store or install the application to a Tizen device, you must generate your Tizen certificate.</p>
+
+<p><strong>Syntax:</strong> 
+<blockquote>
+<pre class="prettyprint">
+&nbsp;&nbsp;<strong>tizen certificate</strong> [-a &lt;alias name&gt;] [-p &lt;password&gt;] [-c &lt;country name&gt;]
+&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;[-s &lt;state&gt;] [-ct &lt;city&gt;] [-o &lt;organization&gt;]
+&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;[-u &lt;organization unit&gt;] [-n &lt;user name&gt;] [-e &lt;email&gt;]
+&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;[-f &lt;file name&gt;] [--]
+</pre>
+</blockquote>
+</p> 
+<p><strong>Options:</strong></p>
 <ul>
   <li><span style="font-family: Courier New,Courier,monospace;">-a, --alias</span>:<p>Specifies an alias name of the certificate.</p></li>
   <li><span style="font-family: Courier New,Courier,monospace;">-p, --password</span>:<p>Specifies the key password of the user account.</p></li>
@@ -267,55 +320,71 @@ $ tizen clean -- /home/workspace/basic
   <li><span style="font-family: Courier New,Courier,monospace;">-f, --filename</span>:<p>Specifies the file name without a file extension. A certificate file is created with the file name.</p><p>If you skip this option, the default file name, <span style="font-family: Courier New,Courier,monospace;">author</span>, is used on creating the certificate file.</p></li>
   <li><span style="font-family: Courier New,Courier,monospace;">--</span>:<p>Specifies the output directory path.</p><p>If you skip this option, the default output directory path, <span style="font-family: Courier New,Courier,monospace;">&lt;TIZEN_SDK_DATA&gt;/keystore/author/</span>, is used on saving the certificate file.</p></li>
 </ul>
-     </td>
-     <td>
-<p>Generates a Tizen certificate for your application.</p>
-<p>If you want to upload your application to the Tizen store or install the application to a Tizen device, you must generate your Tizen certificate.</p>
-     </td>
-     <td>
+<p><strong>Examples:</strong></p>
        <ul>
          <li><p>Generates a certificate:</p>
 <pre class="prettyprint">
-$ tizen certificate -a MyTizen -p 1234 -c KR -s Seoul -ct Gangnamgu -o Tizen -u Development -n "Gildong Hong" -e gildonghong@example.org -f mycert
-Generating a certificate with
-  File name = mycert
-  Container Password = ****
-  Alias = MyTizen
-  Key Password = ****
-  Country = KR
-  State = Seoul
-  City = Gangnamgu
-  Name = Gildong Hong
-  Organization = Tizen
-  Organization Unit = Develop
-  E-mail = gildonghong@example.org
-&#39;mycert&#39; has been generated in &#39;~/tizen-sdk-data/keystore/author&#39;.
-
-$ ls ~/tizen-sdk-data/keystore/author
-mycert.p12
+&nbsp;&nbsp;$ tizen certificate -a MyTizen -p 1234 -c KR -s Seoul -ct Gangnamgu -o Tizen -u Development -n "Gildong Hong" -e gildonghong@example.org -f mycert
+&nbsp;&nbsp;Generating a certificate with
+&nbsp;&nbsp;  File name = mycert
+&nbsp;&nbsp;  Container Password = ****
+&nbsp;&nbsp;  Alias = MyTizen
+&nbsp;&nbsp;  Key Password = ****
+&nbsp;&nbsp;  Country = KR
+&nbsp;&nbsp;  State = Seoul
+&nbsp;&nbsp;  City = Gangnamgu
+&nbsp;&nbsp;  Name = Gildong Hong
+&nbsp;&nbsp;  Organization = Tizen
+&nbsp;&nbsp;  Organization Unit = Develop
+&nbsp;&nbsp;  E-mail = gildonghong@example.org
+&nbsp;&nbsp;&#39;mycert&#39; has been generated in &#39;~/tizen-sdk-data/keystore/author&#39;.
+
+&nbsp;&nbsp;$ ls ~/tizen-sdk-data/keystore/author
+&nbsp;&nbsp;mycert.p12
 </pre>
 <p>Or for Windows:</p>
-<pre class="prettyprint">&gt; tizen.bat certificate -a MyTizen -p 1234 -c KR -s Seoul -ct Gangnamgu -o Tizen -u Development -n "Gildong Hong" -e gildonghong@example.org -f mycert</pre>
+<pre class="prettyprint">&nbsp;&nbsp;&gt; tizen.bat certificate -a MyTizen -p 1234 -c KR -s Seoul -ct Gangnamgu -o Tizen -u Development -n "Gildong Hong" -e gildonghong@example.org -f mycert</pre>
          </li>
        </ul>
-     </td>
-   </tr>
-
-<tr id="mw_securityprofiles">
-       <td><span style="font-family: Courier New,Courier,monospace">tizen security-profiles</span> </td>
-     <td>
-       <pre class="prettyprint"><strong>tizen security-profiles add</strong> [-n &lt;security profile name&gt;]
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;[-a &lt;author certificate path&gt;]
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;[-p &lt;author password&gt;]
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;[-c &lt;author CA certificate path&gt;]
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;[-r &lt;author root CA certificate path&gt;]
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;[[-d &lt;distributor1 certificate path&gt;][...]]
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;[[-dp &lt;distributor1 password&gt;][...]]
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;[[-dc &lt;distributor1 CA certificate path&gt;][...]]
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;[[-dr &lt;distributor1 root CA certificate path&gt;][...]]
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;[--]</pre>
+</td> 
+    </tr>
+</tbody></table>
+
+<table border="1">
+<tbody>
+<tr id="mw_securityprofiles" name="mw_securityprofiles">
+<th style="text-align:left;margin-left:auto;margin-right:auto;"><span style="font-family: Courier New,Courier,monospace"><b>tizen security-profiles</b></span></th> 
+</tr>
+<tr>
+<td>
+<p>Manages the security profiles, which are a set of signing certificates for a Tizen application. The following commands are supported:</p>
+<ul>
+<li><p><span style="font-family: Courier New,Courier,monospace;">add</span>: Adds the specified security profile which can contain several certificates.</p></li>
+<li><p><span style="font-family: Courier New,Courier,monospace;">list</span>: Displays security profiles. If you specify the name of the security profile, the detailed information of the specified security profile is displayed.</p></li>
+<li><p><span style="font-family: Courier New,Courier,monospace;">remove</span>: Removes the specified security profile.</p></li>
+</ul>
+
+<p><strong>Syntax:</strong> 
+<blockquote>
+<pre class="prettyprint"><strong>&nbsp;&nbsp;tizen security-profiles add</strong> [-n &lt;security profile name&gt;]
+&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;[-a &lt;author certificate path&gt;]
+&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;[-p &lt;author password&gt;]
+&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;[-c &lt;author CA certificate path&gt;]
+&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;[-r &lt;author root CA certificate path&gt;]
+&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;[[-d &lt;distributor1 certificate path&gt;][...]]
+&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;[[-dp &lt;distributor1 password&gt;][...]]
+&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;[[-dc &lt;distributor1 CA certificate path&gt;][...]]
+&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;[[-dr &lt;distributor1 root CA certificate path&gt;][...]]
+&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;[--]
+</pre>
+<pre class="prettyprint"><strong>&nbsp;&nbsp;tizen security-profiles list</strong> [-n &ltsecurity profile name&gt] [--]</pre>
+<pre class="prettyprint"><strong>&nbsp;&nbsp;tizen security-profiles remove</strong> [-n &ltsecurity profile name&gt] [--]</pre>     
+</blockquote>
+</p> 
+<p><strong>Options:</strong></p>
       <ul>
-         <li><span style="font-family: Courier New,Courier,monospace;">-n, --name</span>:<p>Specifies the name of the security profile to add.</p></li>
+         <li><span style="font-family: Courier New,Courier,monospace;">-n, --name</span>:<p>Specifies the name of the security profile to add, remove, and display. 
+         <p>When you type <b>tizen security-profiles list</b> without a name argument, a set of the security-profile names in the 'profiles.xml' is displayed.</p></li>
          <li><span style="font-family: Courier New,Courier,monospace;">-a, --path</span>:<p>Specifies the directory path where the author certificate file is located. The format of the certificate is PKCS#12, and the file extension is <span style="font-family: Courier New,Courier,monospace">.p12</span>.</p></li>
          <li><span style="font-family: Courier New,Courier,monospace;">-p, --password</span>:<p>Specifies the password used to access the author certificate.</p></li>
          <li><span style="font-family: Courier New,Courier,monospace;">-c, --ca</span>:<p>Specifies the directory path where the author CA certificate file is located. The file extension of the CA certificate is <span style="font-family: Courier New,Courier,monospace">.cer</span>.</p></li>
@@ -326,90 +395,83 @@ mycert.p12
          <li><span style="font-family: Courier New,Courier,monospace;">-dr, --dist-rootca</span>:<p>Specifies the directory path where the distributor Root CA certificate file is located.</p></li>
          <li><span style="font-family: Courier New,Courier,monospace;">--</span>:<p>Specifies the directory path where <span style="font-family: Courier New,Courier,monospace;">profiles.xml</span> is located.</p><p>If you skip this option, the value of the <span style="font-family: Courier New,Courier,monospace">default.profiles.path</span> key in the CLI configuration is used on finding the <span style="font-family: Courier New,Courier,monospace;">profiles.xml</span> file which consists of new security profiles that are generated in <span style="font-family: Courier New,Courier,monospace;">&lt;TIZEN_SDK_DATA&gt;/keystore/</span>, and the directory path is added to the CLI configuration.</p></li>
        </ul>
-      <pre class="prettyprint"><strong>tizen security-profiles list</strong> [-n &lt;security profile name&gt;] [--]</pre>
-       <ul>
-         <li><span style="font-family: Courier New,Courier,monospace;">-n, --name</span>:<p>Specifies the name of the profile whose detailed information is to be displayed.</p><p>If you skip this option, a set of the security-profile names in the <span style="font-family: Courier New,Courier,monospace;">profiles.xml</span> is used.</p></li>
-         <li><span style="font-family: Courier New,Courier,monospace;">--</span>:<p>Specifies the directory path where <span style="font-family: Courier New,Courier,monospace;">profiles.xml</span> is located.</p><p>If you skip this option, the value of <span style="font-family: Courier New,Courier,monospace">default.profiles.path</span> key in the CLI configuration is used on finding the <span style="font-family: Courier New,Courier,monospace;">profiles.xml</span> file.</p></li>
-      </ul>
-       <pre class="prettyprint"><strong>tizen security-profiles remove</strong> [-n &lt;security profile name&gt;] [--]</pre>
-       <ul>
-        <li><span style="font-family: Courier New,Courier,monospace;">-n, --name</span>:<p>Specifies the name of the security profile to remove.</p></li>
-         <li><span style="font-family: Courier New,Courier,monospace;">--</span>:<p>Specifies the directory path where <span style="font-family: Courier New,Courier,monospace;">profiles.xml</span> is located.</p><p>If you skip this option, the value of <span style="font-family: Courier New,Courier,monospace">default.profiles.path</span> key in the CLI configuration is used on finding the <span style="font-family: Courier New,Courier,monospace;">profiles.xml</span>.</p></li>
-       </ul>
-     </td>
-     <td>
-<p>Manages the security profiles, which are a set of signing certificates for a Tizen application. The following commands are supported:</p>
+<p><strong>Examples:</strong></p>
 <ul>
-<li><p><span style="font-family: Courier New,Courier,monospace;">add</span>: Adds the specified security profile which can contain several certificates.</p></li>
-<li><p><span style="font-family: Courier New,Courier,monospace;">list</span>: Displays security profiles. If you specify the name of the security profile, the detailed information of the specified security profile is displayed.</p></li>
-<li><p><span style="font-family: Courier New,Courier,monospace;">remove</span>: Removes the specified security profile.</p></li>
-</ul>
-     </td>
-     <td>
-       <ul>
          <li><p>Adds a new security profile:</p>
 <pre class="prettyprint">
-$ tizen security-profiles add -n MyProfile -a ~/tizen-sdk-data/keystore/author/mycert.p12 -p 1234
-No exist the default path of security profiles.
-author path: ~/tizen-sdk-data/keystore/author/mycert.p12
-author password: ****
-distributor1 path: ~/tizen-sdk/tools/certificate-generator/certificates/distributor/tizen-distributor-signer.p12
-distributor1 password: *************************
-distributor1 CA path: ~/tizen-sdk/tools/certificate-generator/certificates/distributor/tizen-distributor-ca.cer
-
-In Configuration, Set a default profile path to &#39;~/tizen-sdk-data/ide/keystore/profiles.xml&#39;.
-Wrote to &#39;~/tizen-sdk-data/ide/keystore/profiles.xml&#39;.
-Succeed to add &#39;MyProfile&#39; profile.
+&nbsp;&nbsp;$ tizen security-profiles add -n MyProfile -a ~/tizen-sdk-data/keystore/author/mycert.p12 -p 1234
+&nbsp;&nbsp;No exist the default path of security profiles.
+&nbsp;&nbsp;author path: ~/tizen-sdk-data/keystore/author/mycert.p12
+&nbsp;&nbsp;author password: ****
+&nbsp;&nbsp;distributor1 path: ~/tizen-sdk/tools/certificate-generator/certificates/distributor/tizen-distributor-signer.p12
+&nbsp;&nbsp;distributor1 password: *************************
+&nbsp;&nbsp;distributor1 CA path: ~/tizen-sdk/tools/certificate-generator/certificates/distributor/tizen-distributor-ca.cer
+
+&nbsp;&nbsp;In Configuration, Set a default profile path to &#39;~/tizen-sdk-data/ide/keystore/profiles.xml&#39;.
+&nbsp;&nbsp;Wrote to &#39;~/tizen-sdk-data/ide/keystore/profiles.xml&#39;.
+&nbsp;&nbsp;Succeed to add &#39;MyProfile&#39; profile.
 </pre>
 <p>Or for Windows:</p>
-<pre class="prettyprint">&gt; tizen.bat security-profiles add -n MyProfile -a C:\tizen-sdk-data\keystore\author\mycert.p12 -p 1234</pre>
+<pre class="prettyprint">&nbsp;&nbsp;&gt; tizen.bat security-profiles add -n MyProfile -a C:\tizen-sdk-data\keystore\author\mycert.p12 -p 1234</pre>
          </li>
          <li><p>Displays the security profiles:</p>
 <pre class="prettyprint">
-$ tizen security-profiles list
-Loaded in &#39;~/tizen-sdk-data/ide/keystore/profiles.xml&#39;.
-========================================
-Name
-========================================
-MyProfile
-
-$ tizen security-profiles list -n MyProfile
-Loaded in &#39;~/tizen-sdk-data/ide/keystore/profiles.xml&#39;.
-========================================
-&#39;MyProfile&#39; profile information
-========================================
-author path: ~/tizen-sdk-data/keystore/author/mycert.p12
-author password: ****
-distributor1 path: ~/tizen-sdk/tools/certificate-generator/certificates/distributor/tizen-distributor-signer.p12
-distributor1 password: *************************
-distributor1 CA path: ~/tizen-sdk/tools/certificate-generator/certificates/distributor/tizen-distributor-ca.cer
+&nbsp;&nbsp;$ tizen security-profiles list
+&nbsp;&nbsp;Loaded in &#39;~/tizen-sdk-data/ide/keystore/profiles.xml&#39;.
+&nbsp;&nbsp;========================================
+&nbsp;&nbsp;Name
+&nbsp;&nbsp;========================================
+&nbsp;&nbsp;MyProfile
+
+&nbsp;&nbsp;$ tizen security-profiles list -n MyProfile
+&nbsp;&nbsp;Loaded in &#39;~/tizen-sdk-data/ide/keystore/profiles.xml&#39;.
+&nbsp;&nbsp;========================================
+&nbsp;&nbsp;&#39;MyProfile&#39; profile information
+&nbsp;&nbsp;========================================
+&nbsp;&nbsp;author path: ~/tizen-sdk-data/keystore/author/mycert.p12
+&nbsp;&nbsp;author password: ****
+&nbsp;&nbsp;distributor1 path: ~/tizen-sdk/tools/certificate-generator/certificates/distributor/tizen-distributor-signer.p12
+&nbsp;&nbsp;distributor1 password: *************************
+&nbsp;&nbsp;distributor1 CA path: ~/tizen-sdk/tools/certificate-generator/certificates/distributor/tizen-distributor-ca.cer
 </pre>
 <p>Or for Windows:</p>
-<pre class="prettyprint">&gt; tizen.bat security-profiles list
+<pre class="prettyprint">&nbsp;&nbsp;&gt; tizen.bat security-profiles list
 
-&gt; tizen.bat security-profiles list -n MyProfile</pre>
+&nbsp;&nbsp;&gt; tizen.bat security-profiles list -n MyProfile</pre>
          </li>
          <li><p>Removes the security profile:</p>
 <pre class="prettyprint">
-$ tizen security-profiles remove -n MyProfile
-Loaded in &#39;~/tizen-sdk-data/ide/keystore/profiles.xml&#39;.
-Wrote to &#39;~/tizen-sdk-data/ide/keystore/profiles.xml&#39;.
-Succeed to remove &#39;MyProfile&#39; profile.
+&nbsp;&nbsp;$ tizen security-profiles remove -n MyProfile
+&nbsp;&nbsp;Loaded in &#39;~/tizen-sdk-data/ide/keystore/profiles.xml&#39;.
+&nbsp;&nbsp;Wrote to &#39;~/tizen-sdk-data/ide/keystore/profiles.xml&#39;.
+&nbsp;&nbsp;Succeed to remove &#39;MyProfile&#39; profile.
 </pre>
 <p>Or for Windows:</p>
-<pre class="prettyprint">&gt; tizen.bat security-profiles remove -n MyProfile</pre>
+<pre class="prettyprint">&nbsp;&nbsp;&gt; tizen.bat security-profiles remove -n MyProfile</pre>
          </li>
        </ul>
-     </td>
-   </tr>
-   
-               
-    <tr id="mw_package"> 
-     <td><span style="font-family: Courier New,Courier,monospace">tizen package</span> </td> 
-     <td> 
-<pre class="prettyprint">
-<strong>tizen package</strong> [-t {tpk|wgt}] [-s &lt;security profile name&gt;] [-r &lt;native package file path&gt;] [--]
+</td> 
+    </tr>
+</tbody></table>
+
+<table border="1">
+<tbody>
+<tr id="mw_package" name="mw_package">
+<th style="text-align:left;margin-left:auto;margin-right:auto;"><span style="font-family: Courier New,Courier,monospace"><b>tizen package</b></span></th> 
+</tr>
+<tr>
+<td> <p>Packages the Tizen application with signing. If there is a package file path in the options, the package is re-signed. And if a reference option is given, the package is re-signed with the referenced packages.
+<p>The Tizen application is signed with a certified profile named <span style="font-family: Courier New,Courier,monospace">profiles.xml</span>. You can create the default profile from the Tizen IDE, which generates the file in a hidden directory in your workspace (<span style="font-family: Courier New,Courier,monospace">&lt;Your workspace directory&gt;/.metadata/.plugins/org.tizen.common.sign/profiles.xml</span>). Set the path of the <span style="font-family: Courier New,Courier,monospace">profile.xml</span> file once before packaging the Tizen application (you can use the <span style="font-family: Courier New,Courier,monospace">tizen cli-config</span> command).</p>
+</p>
+
+<p><strong>Syntax:</strong> 
+<blockquote>
+<pre class="prettyprint">
+&nbsp;&nbsp;<strong>tizen package</strong> [-t {tpk|wgt}] [-s &lt;security profile name&gt;] [-r &lt;native package file path&gt;] [--]
 </pre>
+</blockquote>
+</p> 
+<p><strong>Options:</strong></p>
 <ul>
 <li><span style="font-family: Courier New,Courier,monospace;">-t, --type</span>:
 <p>Specifies the package type.</p></li>
@@ -419,66 +481,74 @@ Succeed to remove &#39;MyProfile&#39; profile.
 <p>Specifies the reference of the native package file (tpk) for hybrid application packing. Various options are allowed.</p></li>
 <li><span style="font-family: Courier New,Courier,monospace;">--</span>:
 <p>Specifies the build output path or package file path, which is contained in a file name, for re-signing packaging.</p></li>
-</ul></td>
-        <td>Packages the Tizen application with signing. If there is a package file path in the options, the package is re-signed. And if a reference option is given, the package is re-signed with the referenced packages.
-<p>The Tizen application is signed with a certified profile named <span style="font-family: Courier New,Courier,monospace">profiles.xml</span>. You can create the default profile from the Tizen IDE, which generates the file in a hidden directory in your workspace (<span style="font-family: Courier New,Courier,monospace">&lt;Your workspace directory&gt;/.metadata/.plugins/org.tizen.common.sign/profiles.xml</span>). Set the path of the <span style="font-family: Courier New,Courier,monospace">profile.xml</span> file once before packaging the Tizen application (you can use the <span style="font-family: Courier New,Courier,monospace">tizen cli-config</span> command).</p>
-
-        </td>
-     <td> 
+</ul>
+<p><strong>Examples:</strong></p>
 <ul>
 <li><p>Sets up the path of the <span style="font-family: Courier New,Courier,monospace;">profile.xml</span> file that you already have:</p>
 <pre class="prettyprint">
-$ tizen cli-config –g default.profiles.path=/home/tizen-sdk/tools/ide/conf/profiles.xml
+&nbsp;&nbsp;$ tizen cli-config –g default.profiles.path=/home/tizen-sdk/tools/ide/conf/profiles.xml
 </pre>
 <p>Or for Windows:</p>
 <pre class="prettyprint">
-&gt; tizen.bat cli-config –g &quot;default.profiles.path=C:\tizen-sdk\tools\ide\conf\profiles.xml&quot;
+&nbsp;&nbsp;&gt; tizen.bat cli-config –g &quot;default.profiles.path=C:\tizen-sdk\tools\ide\conf\profiles.xml&quot;
 </pre></li>
 <li><p>Sets up the path of the <span style="font-family: Courier New,Courier,monospace;">profile.xml</span> file that is created from the IDE:</p>
 <pre class="prettyprint">
-$ tizen cli-config –g default.profiles.path=/home/workspace/.metadata/.plugins/org.tizen.common.sign/profiles.xml
+&nbsp;&nbsp;$ tizen cli-config –g default.profiles.path=/home/workspace/.metadata/.plugins/org.tizen.common.sign/profiles.xml
 </pre>
 <p>Or for Windows:</p>
 <pre class="prettyprint">
-&gt; tizen.bat cli-config –g &quot;default.profiles.path=C:\Users\workspace\.metadata\.plugins\org.tizen.common.sign\profiles.xml&quot;
+&nbsp;&nbsp;&gt; tizen.bat cli-config –g &quot;default.profiles.path=C:\Users\workspace\.metadata\.plugins\org.tizen.common.sign\profiles.xml&quot;
 </pre></li>
 <li><p>Packages the project:</p>
 <pre class="prettyprint">
-$ tizen package --type wgt --sign myprofile -- /home/workspace/basic/.buildResult
+&nbsp;&nbsp;$ tizen package --type wgt --sign myprofile -- /home/workspace/basic/.buildResult
 
-$ ls /home/workspace/basic/.buildResult
+&nbsp;&nbsp;$ ls /home/workspace/basic/.buildResult
 
-basic.wgt
+&nbsp;&nbsp;basic.wgt
 </pre>
 <p>Or for Windows:</p>
 <pre class="prettyprint">
-&gt; tizen.bat package --type wgt --sign myprofile -- C:\Users\workspace\basic\.buildResult
+&nbsp;&nbsp;&gt; tizen.bat package --type wgt --sign myprofile -- C:\Users\workspace\basic\.buildResult
 </pre></li>
 <li><p>Re-signs the package:</p>
 <pre class="prettyprint">
-$ tizen package --type wgt --sign myprofile2 -- /home/workspace/basic/.buildResult/basic.wgt
+&nbsp;&nbsp;$ tizen package --type wgt --sign myprofile2 -- /home/workspace/basic/.buildResult/basic.wgt
 </pre>
 <p>Or for Windows:</p>
 <pre class="prettyprint">
-&gt; tizen.bat package --type wgt --sign myprofile2 -- C:\Users\workspace\basic\.buildResult\basic.wgt
+&nbsp;&nbsp;&gt; tizen.bat package --type wgt --sign myprofile2 -- C:\Users\workspace\basic\.buildResult\basic.wgt
 </pre></li>
 <li><p>Re-signs a hybrid application package:</p>
 <pre class="prettyprint">
-$ tizen package --type wgt --sign myprofile2 --reference /home/workspace/a.tpk --reference /home/workspace/b.tpk -- /home/workspace/basic/.buildResult/basic.wgt
+&nbsp;&nbsp;$ tizen package --type wgt --sign myprofile2 --reference /home/workspace/a.tpk --reference /home/workspace/b.tpk -- /home/workspace/basic/.buildResult/basic.wgt
 </pre>
 <p>Or for Windows:</p>
 <pre class="prettyprint">
-&gt; tizen.bat package --type wgt --sign myprofile2 --reference C:\Users\workspace\a.tpk --reference C:\Users\workspace\b.tpk -- C:\Users\workspace\basic\.buildResult\basic.wgt
+&nbsp;&nbsp;&gt; tizen.bat package --type wgt --sign myprofile2 --reference C:\Users\workspace\a.tpk --reference C:\Users\workspace\b.tpk -- C:\Users\workspace\basic\.buildResult\basic.wgt
 </pre></li>
 </ul>
-</td>
-        </tr> 
-    <tr id="mw_install"> 
-     <td><span style="font-family: Courier New,Courier,monospace">tizen install</span> </td> 
-     <td> 
+</td> 
+    </tr>
+</tbody></table>
+
+<table border="1">
+<tbody>
+<tr id="mw_install" name="mw_install">
+<th style="text-align:left;margin-left:auto;margin-right:auto;"><span style="font-family: Courier New,Courier,monospace"><b>tizen install</b></span></th> 
+</tr>
+<tr>
+<td> <p>Installs a Tizen application on the target.</p>
+
+<p><strong>Syntax:</strong> 
+<blockquote>
 <pre class="prettyprint">
-<strong>tizen install</strong> [-t &lt;target name&gt;] [-n &lt;package name&gt;] [--]
+&nbsp;&nbsp;<strong>tizen install</strong> [-t &lt;target name&gt;] [-n &lt;package name&gt;] [--]
 </pre>
+</blockquote>
+</p> 
+<p><strong>Options:</strong></p>
 <ul>
 <li><span style="font-family: Courier New,Courier,monospace;">-t, --target</span>:
 <p>Specifies the target, where the Tizen package is installed.</p></li>
@@ -486,82 +556,120 @@ $ tizen package --type wgt --sign myprofile2 --reference /home/workspace/a.tpk -
 <p>Specifies the Tizen package file name.</p></li>
 <li><span style="font-family: Courier New,Courier,monospace;">--</span>:
 <p>Specifies the directory path where the package is saved.</p></li>
-</ul> </td>
-        <td>Installs a Tizen application on the target.
-        </td>
-     <td> 
+</ul>
+<p><strong>Examples:</strong></p>
 <ul>
 <li><p>Installs the basic application named <span style="font-family: Courier New,Courier,monospace;">basic.wgt</span> to the emulator-26101:</p>
 <pre class="prettyprint">
-$ tizen install --target emulator-26101 --name basic.wgt -- /home/workspace/basic/.buildResult
+&nbsp;&nbsp;$ tizen install --target emulator-26101 --name basic.wgt -- /home/workspace/basic/.buildResult
 </pre>
 <p>Or for Windows:</p>
 <pre class="prettyprint">
-&gt; tizen.bat install -–target emulator-26101 –-name basic.wgt -- C:\Users\workspace\basic\.buildResult
+&nbsp;&nbsp;&gt; tizen.bat install -–target emulator-26101 –-name basic.wgt -- C:\Users\workspace\basic\.buildResult
 </pre></li></ul>
-</td>
-        </tr>
-    <tr id="mw_uninstall">  
-     <td><span style="font-family: Courier New,Courier,monospace">tizen uninstall</span> </td> 
-     <td> 
+</td> 
+    </tr>
+</tbody></table>
+
+<table border="1">
+<tbody>
+<tr id="mw_uninstall" name="mw_uninstall">
+<th style="text-align:left;margin-left:auto;margin-right:auto;"><span style="font-family: Courier New,Courier,monospace"><b>tizen uninstall</b></span></th> 
+</tr>
+<tr>
+<td> <p>Uninstalls the Tizen application on the target.</p>
+
+<p><strong>Syntax:</strong> 
+<blockquote>
 <pre class="prettyprint">
-<strong>tizen uninstall</strong> [-t &lt;target name&gt;] [-p &lt;package id&gt;]
+&nbsp;&nbsp;<strong>tizen uninstall</strong> [-t &lt;target name&gt;] [-p &lt;package id&gt;]
 </pre>
+</blockquote>
+</p> 
+<p><strong>Options:</strong></p>
 <ul>
 <li><span style="font-family: Courier New,Courier,monospace;">-t, --target</span>:
 <p>Specifies the target, from where the Tizen package is uninstalled.</p></li>
 <li><span style="font-family: Courier New,Courier,monospace;">-p, --pkgid</span>:
 <p>Specifies the Tizen package ID installed on the target.</p></li>
-</ul></td>
-        <td>Uninstalls a Tizen application on the target.</td>
-     <td> 
+</ul>
+<p><strong>Examples:</strong></p>
 <ul>
 <li><p>Uninstalls the basic application whose pkgid is <span style="font-family: Courier New,Courier,monospace">cRG1sLZpWb</span> from the emulator-26101:</p>
 <pre class="prettyprint">
-$ tizen uninstall --target emulator-26101 --pkgid cRG1sLZpWb
+&nbsp;&nbsp;$ tizen uninstall --target emulator-26101 --pkgid cRG1sLZpWb
 </pre></li></ul>
-</td>
-        </tr>  
-    <tr id="mw_run">  
-     <td><span style="font-family: Courier New,Courier,monospace">tizen run</span> </td> 
-     <td> 
+
+</td> 
+    </tr>
+</tbody></table>
+
+<table border="1">
+<tbody>
+<tr id="mw_run" name="mw_run">
+<th style="text-align:left;margin-left:auto;margin-right:auto;"><span style="font-family: Courier New,Courier,monospace"><b>tizen run</b></span></th> 
+</tr>
+<tr>
+<td> <p>Runs the Tizen application on the target.</p>
+
+<p><strong>Syntax:</strong> 
+<blockquote>
 <pre class="prettyprint">
-<strong>tizen run</strong> [-t &lt;target name&gt;] [-p &lt;package id&gt;]
+&nbsp;&nbsp;<strong>tizen run</strong> [-t &lt;target name&gt;] [-p &lt;package id&gt;]
 </pre>
+</blockquote>
+</p> 
+<p><strong>Options:</strong></p>
 <ul>
 <li><span style="font-family: Courier New,Courier,monospace;">-t, --target</span>:
 <p>Specifies the target, where the Tizen package is run.</p></li>
 <li><span style="font-family: Courier New,Courier,monospace;">-p, --pkgid</span>:
 <p>Specifies the Tizen package ID installed on the target.</p></li>
-</ul></td>
-        <td>Runs the Tizen application on the target.
-        </td>
-     <td> 
+</ul>
+<p><strong>Examples:</strong></p>
 <ul>
 <li><p>Runs the basic application whose pkgid is <span style="font-family: Courier New,Courier,monospace">org.tizen.basic</span> on the emulator-26101:</p>
 <pre class="prettyprint">
-$ tizen run --target emulator-26101 --pkgid cRG1sLZpWb
+&nbsp;&nbsp;$ tizen run --target emulator-26101 --pkgid cRG1sLZpWb
 </pre></li></ul>
-</td>
-        </tr>   
-    <tr id="mw_version">  
-     <td><span style="font-family: Courier New,Courier,monospace">tizen version</span> </td> 
-     <td> 
-<pre class="prettyprint">
-<strong>tizen version</strong>
-</pre></td>
-        <td>Displays the CLI version number.</td>
-     <td> 
+
+</td> 
+    </tr>
+</tbody></table>
+
+<table border="1">
+<tbody>
+<tr id="mw_version" name="mw_version">
+<th style="text-align:left;margin-left:auto;margin-right:auto;"><span style="font-family: Courier New,Courier,monospace"><b>tizen version</b></span></th> 
+</tr>
+<tr>
+<td> <p>Displays the CLI version number.</p>
+
+<p><strong>Syntax:</strong> 
+<blockquote>
+<pre class="prettyprint">
+&nbsp;&nbsp;<strong>tizen version</strong>
+</pre>
+</blockquote>
+</p> 
+<p><strong>Options:</strong></p>
+<ul>
+<li><span style="font-family: Courier New,Courier,monospace;">-t, --target</span>:
+<p>Specifies the target, where the Tizen package is run.</p></li>
+<li><span style="font-family: Courier New,Courier,monospace;">-p, --pkgid</span>:
+<p>Specifies the Tizen package ID installed on the target.</p></li>
+</ul>
+<p><strong>Examples:</strong></p>
 <ul>
 <li><p>Displays the CLI version:</p>
 <pre class="prettyprint">
-$ tizen version
-Tizen CLI 1.0.0</pre></li></ul>
-</td>
-        </tr>   
-</tbody>
-</table> 
-    
+&nbsp;&nbsp;$ tizen version
+&nbsp;&nbsp;Tizen CLI 1.0.0</pre></li></ul>
+
+</td> 
+    </tr>
+</tbody></table>
+
 <script type="text/javascript" src="../scripts/jquery.zclip.min.js"></script>
 <script type="text/javascript" src="../scripts/showhide.js"></script>
 </div></div></div>