From 99c106f1ace0c6019d0a8b1deceaf1b6e1fbe476 Mon Sep 17 00:00:00 2001 From: subhash kumar singh Date: Fri, 3 Nov 2017 12:48:23 +0000 Subject: Add sort option for MSO cmd Add sort option for MSO commands. Change-Id: Iddbfff1f2d1d6c9fa76d0976743cb6ccb33a7312 Issue-ID: CLI-15 Signed-off-by: subhash kumar singh --- .../src/main/resources/onap-cli-schema/vsp/vsp-create-schema.yaml | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'plugins/sdc/src/main/resources/onap-cli-schema/vsp/vsp-create-schema.yaml') diff --git a/plugins/sdc/src/main/resources/onap-cli-schema/vsp/vsp-create-schema.yaml b/plugins/sdc/src/main/resources/onap-cli-schema/vsp/vsp-create-schema.yaml index bdc77563..4ce83d4b 100644 --- a/plugins/sdc/src/main/resources/onap-cli-schema/vsp/vsp-create-schema.yaml +++ b/plugins/sdc/src/main/resources/onap-cli-schema/vsp/vsp-create-schema.yaml @@ -24,39 +24,46 @@ parameters: - name: vsp-category description: Category of the VSP type: string + short_option: b long_option: vsp-category is_optional: true default_value: resourceNewCategory.generic - name: vsp-subcategory description: Sub Category of VSP type: string + short_option: c long_option: vsp-subcategory is_optional: true default_value: resourceNewCategory.generic.abstract - name: vlm-version description: License version type: string + short_option: e long_option: vlm-version is_optional: true default_value: 1.0 - name: vlm-vendor description: License Model Name type: string + short_option: g long_option: vlm-vendor is_optional: false - name: vlm-id description: License Model ID type: string + short_option: i long_option: vlm-id is_optional: false - name: vlm-agreement-id description: License Agreement ID type: string + short_option: j long_option: vlm-agreement-id is_optional: false - name: vlm-feature-group-id description: Feature Group ID type: string + short_option: k long_option: vlm-feature-group-id is_optional: false results: -- cgit 1.2.3-korg