Strip off sample hello world from docs 73/45073/1
authorKanagaraj Manickam k00365106 <kanagaraj.manickam@huawei.com>
Fri, 27 Apr 2018 09:33:18 +0000 (15:03 +0530)
committerKanagaraj Manickam k00365106 <kanagaraj.manickam@huawei.com>
Fri, 27 Apr 2018 09:33:18 +0000 (15:03 +0530)
Issue-ID: CLI-100

Change-Id: Ia5ee47db88ad40864d173ab035274d27ba2a8995
Signed-off-by: Kanagaraj Manickam k00365106 <kanagaraj.manickam@huawei.com>
docs/cmd_help_onap_amsterdam.rst

index 6bfd80d..032e0ad 100644 (file)
@@ -6818,156 +6818,3 @@ Results::
 Error::
 
  On error, it prints <STATUS CODE>::<ERROR CODE>::<ERROR MESSAGE>
-
-
-
-sample-helloworld
-==========================
-
-
-[1] hello-world
------------------------------------------------
-
-
-usage: onap hello-world
-
-First cmd hello world
-
-Product: sample-helloworld
-Service: hello-world
-Author: ONAP CLI Team onap-discuss@lists.onap.org
-
-Options::
-
- [-s | --long] [-D | --context] [-h | --help]
- [-f | --format] [-t | --no-title] [-v | --version]
- [-d | --debug] [-b | --name]
-
-where::
-
- -s | --long      whether to print all attributes or only short
-                  attributes. It is of type BOOL.
- -D | --context   command context. It is of type MAP. It is
-                  optional.
- -h | --help      print help message. It is of type BOOL.
- -f | --format    Output formats, supported formats such as table,
-                  csv, json, yaml. It is of type STRING.
- -t | --no-title  whether to print title or not. It is of type BOOL.
- -v | --version   print service version. It is of type BOOL.
- -d | --debug     Enable debug output. It is of type BOOL.
- -b | --name      name of the person. It is of type STRING.
-
-
-Results::
-
- output   hello world output and is of type STRING.
-
-
-Error::
-
- On error, it prints <STATUS CODE>::<ERROR CODE>::<ERROR MESSAGE>
-
-
-
-[2] hello-world-http
------------------------------------------------
-
-
-usage: onap hello-world-http
-
-First cmd hello world using http runing under
-lighttpd in cli at http://<cli-ip>:8080/version.json
-
-
-Product: sample-helloworld
-Service: hello-world
-Author: ONAP CLI Team onap-discuss@lists.onap.org
-
-Options::
-
- [-m | --host-url] [-C | --no-catalog] [-h | --help]
- [-f | --format] [-t | --no-title] [-V | --verify]
- [-v | --version] [-d | --debug] [-s | --long]
- [-D | --context] [-b | --name]
-
-where::
-
- -m | --host-url    host url in http(s). It is of type URL. By
-                    default, it is read from environment variable
-                    OPEN_CLI_HOST_URL.
- -C | --no-catalog  whether to use given host-url directly without
-                    looking into catalog, it will override the
-                    service->mode. It is of type BOOL. It is
-                    optional.
- -h | --help        print help message. It is of type BOOL.
- -f | --format      Output formats, supported formats such as table,
-                    csv, json, yaml. It is of type STRING.
- -t | --no-title    whether to print title or not. It is of type BOOL.
- -V | --verify      verify the command using available command sample
-                    file and mocking file. By default it goes with
-                    mock style. To enable the verification in real
-                    time, set DISABLE_MOCKING=true in the context
-                    param. It is of type BOOL. It is optional.
- -v | --version     print service version. It is of type BOOL.
- -d | --debug       Enable debug output. It is of type BOOL.
- -s | --long        whether to print all attributes or only short
-                    attributes. It is of type BOOL.
- -D | --context     command context. It is of type MAP. It is
-                    optional.
- -b | --name        name of the person. It is of type STRING.
-
-
-Results::
-
- output   hello world output and is of type STRING.
-
-
-Error::
-
- On error, it prints <STATUS CODE>::<ERROR CODE>::<ERROR MESSAGE>
-
-
-
-[3] hello-world-snmp
------------------------------------------------
-
-
-usage: onap hello-world-snmp
-
-Sample yaml usin snmp profile
-
-Product: sample-helloworld
-Service: hello-world
-Author: ONAP CLI Team onap-discuss@lists.onap.org
-
-Options::
-
- [-s | --long] [-D | --context] [-x | --agent]
- [-h | --help] [-f | --format] [-t | --no-title]
- [-v | --version] [-d | --debug]
-
-where::
-
- -s | --long      whether to print all attributes or only short
-                  attributes. It is of type BOOL.
- -D | --context   command context. It is of type MAP. It is
-                  optional.
- -x | --agent     agent address (eg. "udp:127.0.0.1/161"). It is of
-                  type STRING. By default, it is .
- -h | --help      print help message. It is of type BOOL.
- -f | --format    Output formats, supported formats such as table,
-                  csv, json, yaml. It is of type STRING.
- -t | --no-title  whether to print title or not. It is of type BOOL.
- -v | --version   print service version. It is of type BOOL.
- -d | --debug     Enable debug output. It is of type BOOL.
-
-
-Results::
-
- hostname   hostname of agent and is of type STRING.
- location   hostname of agent and is of type STRING.
-
-
-Error::
-
- On error, it prints <STATUS CODE>::<ERROR CODE>::<ERROR MESSAGE>