diff options
author | Kanagaraj Manickam k00365106 <kanagaraj.manickam@huawei.com> | 2017-10-06 23:26:20 +0530 |
---|---|---|
committer | Kanagaraj Manickam k00365106 <kanagaraj.manickam@huawei.com> | 2017-11-20 12:42:00 +0530 |
commit | 7259212791972fc10e41210487ff0f780ab024a6 (patch) | |
tree | 7d324b6eeee6ccd8cc367d88532e60b7953d636d /framework/src/test/resources/sample-cmd-test-help.txt | |
parent | 1845026e0f1ef61d64faf5ddab197f1bfc3a4f42 (diff) |
Onap to Oclip text migration
Issue-Id: CLI-66
Change-Id: I58e98952c61902e34585e9defabc36d1233a99a4
Signed-off-by: Kanagaraj Manickam k00365106 <kanagaraj.manickam@huawei.com>
Diffstat (limited to 'framework/src/test/resources/sample-cmd-test-help.txt')
-rw-r--r-- | framework/src/test/resources/sample-cmd-test-help.txt | 30 |
1 files changed, 15 insertions, 15 deletions
diff --git a/framework/src/test/resources/sample-cmd-test-help.txt b/framework/src/test/resources/sample-cmd-test-help.txt index fd36587d..bc1305cb 100644 --- a/framework/src/test/resources/sample-cmd-test-help.txt +++ b/framework/src/test/resources/sample-cmd-test-help.txt @@ -1,8 +1,8 @@ usage: oclip sample-test -Onap sample command to test the command features +Oclip sample command to test the command features -Onap service: sample v1 +Oclip service: sample v1 Options: [-h | --help] [-v | --version] [-d | --debug] @@ -12,9 +12,9 @@ Options: [-l | --long-opt] [-r | --url] [-z | --env] <positional-args> where, --h | --help Onap command help message. It is of type STRING. +-h | --help Oclip command help message. It is of type STRING. By default, it is false. --v | --version Onap command service version. It is of type +-v | --version Oclip command service version. It is of type STRING. By default, it is false. -d | --debug Enable debug output. It is of type BOOL. By default, it is false. @@ -26,34 +26,34 @@ where, false. -t | --no-title whether to print title or not. It is of type BOOL. By default, it is false. --b | --bool Onap boolean param, by default its always false. +-b | --bool Oclip boolean param, by default its always false. It is of type BOOL. It is optional. By default, it is false. --x | --secure Onap secure param such as password. It is of +-x | --secure Oclip secure param such as password. It is of type STRING. Secured. --c | --string-param Onap string param. It is of type STRING. --y | --yaml-param Onap yaml file location param. It is of type +-c | --string-param Oclip string param. It is of type STRING. +-y | --yaml-param Oclip yaml file location param. It is of type JSON. It's recommended to input the complete path of the file, which is having the value for it. --j | --json-param Onap json file location param. It is of type +-j | --json-param Oclip json file location param. It is of type JSON. It's recommended to input the complete path of the file, which is having the value for it. --l | --long-opt Onap long param. It is of type LONG. By default, +-l | --long-opt Oclip long param. It is of type LONG. By default, it is 10. --r | --url Onap url param. It is of type URL. By default, +-r | --url Oclip url param. It is of type URL. By default, it is http://localhost:8082/file.txt. --z | --env Onap env param. It is of type STRING. By +-z | --env Oclip env param. It is of type STRING. By default, it is read from environment variable ENV_VAR. -positional-args Onap positional args, if no short option and no +positional-args Oclip positional args, if no short option and no long option given for it. It is of type STRING. By default, it is http://localhost:8082/file.txt. Results: -output-1 Onap output attribute marked in short and is of +output-1 Oclip output attribute marked in short and is of type STRING. It is secured. -output-2 Onap output attribute marked in long and is of +output-2 Oclip output attribute marked in long and is of type STRING. |