diff options
author | subhash kumar singh <subhash.kumar.singh@huawei.com> | 2018-04-18 06:10:17 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2018-04-18 06:10:17 +0000 |
commit | 3fd14ba470bee167f01e2c29be02607085220044 (patch) | |
tree | 3249775cf929d982151dd48a9d51ec92c8caf10a /framework/src | |
parent | eda59089e0d05bac852093c24db6dc34e4c0c89d (diff) | |
parent | 60de9607d95ed3c0733e2dac436cc39da1d13289 (diff) |
Merge changes Ib986931f,I3abfe1a5,I2df477bb,Iae51b3c6,Id22e629a, ...
* changes:
Update OCLIP commands details
Update the architecture document with cache
Remove unused images in docs
Add onap cmd alias in CLI docker
Set CLI version to 2.0.0
Set logging level to INFO by default
Add onap cmd alias to oclip
Disable debug while starting cli in ALL mode
Diffstat (limited to 'framework/src')
-rw-r--r-- | framework/src/main/resources/open-cli-schema/schema-refresh.yaml | 2 | ||||
-rw-r--r-- | framework/src/main/resources/open-cli-schema/schema-validate.yaml | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/framework/src/main/resources/open-cli-schema/schema-refresh.yaml b/framework/src/main/resources/open-cli-schema/schema-refresh.yaml index 2a80cf7c..2e32b1be 100644 --- a/framework/src/main/resources/open-cli-schema/schema-refresh.yaml +++ b/framework/src/main/resources/open-cli-schema/schema-refresh.yaml @@ -1,6 +1,6 @@ open_cli_schema_version: 1.0 name: schema-refresh -description: Oclip command to refresh schemas stored in open-cli-schema folders. +description: OCLIP command to refresh schemas stored in open-cli-schema folders. info: product: open-cli diff --git a/framework/src/main/resources/open-cli-schema/schema-validate.yaml b/framework/src/main/resources/open-cli-schema/schema-validate.yaml index 98ac8c25..3453d2a9 100644 --- a/framework/src/main/resources/open-cli-schema/schema-validate.yaml +++ b/framework/src/main/resources/open-cli-schema/schema-validate.yaml @@ -1,6 +1,6 @@ open_cli_schema_version: 1.0 name: schema-validate -description: Oclip command to validate schema +description: OCLIP command to validate schema info: product: open-cli |