aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKanagaraj Manickam k00365106 <kanagaraj.manickam@huawei.com>2018-04-27 15:03:18 +0530
committerKanagaraj Manickam k00365106 <kanagaraj.manickam@huawei.com>2018-04-27 15:03:18 +0530
commit2ff944195ba0a6dc5f2823dc987052566898c43a (patch)
tree29d6e3b76a8776e678b96bd1418d461c06aadbbf
parentfd910afb0001c144cd1af516795c3f793cf20be5 (diff)
Strip off sample hello world from docs
Issue-ID: CLI-100 Change-Id: Ia5ee47db88ad40864d173ab035274d27ba2a8995 Signed-off-by: Kanagaraj Manickam k00365106 <kanagaraj.manickam@huawei.com>
-rw-r--r--docs/cmd_help_onap_amsterdam.rst153
1 files changed, 0 insertions, 153 deletions
diff --git a/docs/cmd_help_onap_amsterdam.rst b/docs/cmd_help_onap_amsterdam.rst
index 6bfd80d3..032e0ad8 100644
--- a/docs/cmd_help_onap_amsterdam.rst
+++ b/docs/cmd_help_onap_amsterdam.rst
@@ -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>