From 2ff944195ba0a6dc5f2823dc987052566898c43a Mon Sep 17 00:00:00 2001 From: Kanagaraj Manickam k00365106 Date: Fri, 27 Apr 2018 15:03:18 +0530 Subject: Strip off sample hello world from docs Issue-ID: CLI-100 Change-Id: Ia5ee47db88ad40864d173ab035274d27ba2a8995 Signed-off-by: Kanagaraj Manickam k00365106 --- docs/cmd_help_onap_amsterdam.rst | 153 --------------------------------------- 1 file changed, 153 deletions(-) (limited to 'docs/cmd_help_onap_amsterdam.rst') 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 :::: - - - -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 :::: - - - -[2] hello-world-http ------------------------------------------------ - - -usage: onap hello-world-http - -First cmd hello world using http runing under -lighttpd in cli at http://: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 :::: - - - -[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 :::: -- cgit 1.2.3-korg