From 0173a0751adcd3775a995e2b684940a759ddfcd1 Mon Sep 17 00:00:00 2001 From: Jihoon Song Date: Fri, 18 Sep 2015 16:24:32 +0900 Subject: [PATCH] Added 'tizen certificate' command in Command Line Interface. Change-Id: Ic0cea2964abdae31efee50ad34e0bc9b873e8c8f Signed-off-by: Jihoon Song --- .../html/native_tools/command_line_interface_n.htm | 57 ++++++++++++++++++++++ .../html/web_tools/command_line_interface_w.htm | 57 ++++++++++++++++++++++ 2 files changed, 114 insertions(+) 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 38278f3..a2c2268 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 @@ -38,6 +38,7 @@ export PATH=$PATH:$<TIZEN_SDK_HOME>/tools/ide/bin
  • Creating a project
  • Building the project
  • Cleaning the project
  • +
  • Generating a Tizen certificate
  • Packaging the project
  • Installing the package
  • Uninstalling the package
  • @@ -249,6 +250,62 @@ $ tizen clean -- /home/workspace/basic + + + + tizen certificate +
    tizen certificate [-a | --alias <Alias name>] [-p | --password <Password>] [-c | --country <Country Name>]
    +                  [-s | --state <State>] [-ct | --city <City>] [-o | --organization <Organization>]
    +                  [-u | --unit <Organization Unit>] [-n | --name <Your Name>] [-e | --email <Email>]
    +                  [-f | --filename <Filename>] [--]
    + + + +

    Generates a Tizen certificate for your app.

    +

    If you want to upload your app to the Tizen store or install the app to a Tizen device, you must generate your Tizen certificate.

    + + + + + + + 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 255c3a0..7742165 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 @@ -40,6 +40,7 @@ export PATH=$PATH:$<TIZEN_SDK_HOME>/tools/ide/bin
  • Creating a project
  • Building the project
  • Cleaning the project
  • +
  • Generating a Tizen certificate
  • Packaging the project
  • Installing the package
  • Uninstalling the package
  • @@ -244,6 +245,62 @@ $ tizen clean -- /home/workspace/basic + + + + tizen certificate +
    tizen certificate [-a | --alias <Alias name>] [-p | --password <Password>] [-c | --country <Country Name>]
    +                  [-s | --state <State>] [-ct | --city <City>] [-o | --organization <Organization>]
    +                  [-u | --unit <Organization Unit>] [-n | --name <Your Name>] [-e | --email <Email>]
    +                  [-f | --filename <Filename>] [--]
    + + + +

    Generates a Tizen certificate for your app.

    +

    If you want to upload your app to the Tizen store or install the app to a Tizen device, you must generate your Tizen certificate.

    + + + + + + + tizen package -- 2.7.4