diff options
author | Kanagaraj Manickam k00365106 <kanagaraj.manickam@huawei.com> | 2017-08-30 10:38:50 +0530 |
---|---|---|
committer | Kanagaraj Manickam k00365106 <kanagaraj.manickam@huawei.com> | 2017-08-30 11:03:50 +0530 |
commit | af8413e2b168187d7a1683b8b8bf9d1ab16fafbf (patch) | |
tree | ab10506337a4d99dd996930d46d51868cfec9ef2 /framework/src/main/resources/onap-cli-schema/schema-refresh.yaml | |
parent | a4cd2403a5a171d6ab6aa6b1b0b1aae83345121b (diff) |
Update Schema refresh to report product version
CLI-37
Change-Id: Ifabd3e0581c74fd76cc60ec2a5b3005fb023e55e
Signed-off-by: Kanagaraj Manickam k00365106 <kanagaraj.manickam@huawei.com>
Diffstat (limited to 'framework/src/main/resources/onap-cli-schema/schema-refresh.yaml')
-rw-r--r-- | framework/src/main/resources/onap-cli-schema/schema-refresh.yaml | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/framework/src/main/resources/onap-cli-schema/schema-refresh.yaml b/framework/src/main/resources/onap-cli-schema/schema-refresh.yaml index 56492502..2cd90bcd 100644 --- a/framework/src/main/resources/onap-cli-schema/schema-refresh.yaml +++ b/framework/src/main/resources/onap-cli-schema/schema-refresh.yaml @@ -1,7 +1,7 @@ onap_cmd_schema_version: 1.0 name: schema-refresh description: Onap command to refresh schemas stored in onap_cli_schema folders. -version: 0.0 +version: cli-1.0 service: auth: none name: onap-cli @@ -17,6 +17,10 @@ results: description: Command name scope: short type: string + - name: product-version + description: Command product version + scope: short + type: string - name: schema description: Schema name scope: short |