diff options
author | Kanagaraj Manickam <kanagaraj.manickam@huawei.com> | 2017-09-05 16:34:03 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2017-09-05 16:34:03 +0000 |
commit | 8baba5cddb6dce7932872ec6e2709c28953c5c05 (patch) | |
tree | 16911f3b25f5388c327d14e7f98ca15c1d0149f8 /README.md | |
parent | 6898144bb42b5663e6cbfb7166d31c67a3c1665a (diff) | |
parent | 60e988d324475b22fb273b0e1cba7a1481fa0082 (diff) |
Merge changes I70ca564c,I502ca257
* changes:
Add set unset directive
Make the cli zip download consistent
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 12 |
1 files changed, 11 insertions, 1 deletions
@@ -16,7 +16,13 @@ Type **onap <command>** from linux console. To Run in Interactive mode -------------------------- -Type **onap** from linux console +Type **onap** from linux console. + +And use the directive set to set the values for following parameters: + +1. **onap-host-url** - Onap Micro service bus(MSB) URL or a service URL +2. **onap-username** - Onap user name +3. **onap-password** - Onap user password Set the product version ------------------------ @@ -29,6 +35,10 @@ typing **use <product-version>** Run *onap [-v|--version]* to see the CLI and available product version details +Set the parameter values +------------------------ +Use the directive 'set' for setting the values for parameters and 'unset' for un-seting the values. + Help ---- *onap [-h|--help]* |