diff options
-rw-r--r-- | README.md | 4 | ||||
-rw-r--r-- | docs/release-notes.rst | 6 |
2 files changed, 6 insertions, 4 deletions
@@ -47,7 +47,7 @@ NOTE: This mode is available as Web command console when OCLIP is running from d Select the product version -------------------------- CLI framework is enhanced to handle multiple product versions at same -time. so to choose the product version, set evironment variable +time. so to choose the product version, set environment variable **OPEN_CLI_PROUDCT_IN_USE**. NOTE: In interactive mode, product version can be selected using @@ -57,7 +57,7 @@ Run *oclip [-v|--version]* to see the 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. +Use the directive 'set' for setting the values for parameters and 'unset' for un-setting the values. Help ---- diff --git a/docs/release-notes.rst b/docs/release-notes.rst index 15ab13b5..5a1e0a31 100644 --- a/docs/release-notes.rst +++ b/docs/release-notes.rst @@ -4,7 +4,7 @@ CLI Release Notes ================= -Version: 2.0.2 +Version: 2.0.4 -------------- :Release Date: 2018-11-15 @@ -12,7 +12,9 @@ Version: 2.0.2 **New Features** - Amsterdam support EOL - +- Added gRPC to run the ONAP commands over gRPC protocol +- Added Command profile to support VTP(VNF Test Platform) requirements in VNFSDK and added new commands for supporting it +- VTP leverages OCLIP for providing the test center (discover the test cases) and test runner (run the test cases) Version: 2.0.0 -------------- |