diff options
author | subhash kumar singh <subhash.kumar.singh@huawei.com> | 2017-11-03 12:48:23 +0000 |
---|---|---|
committer | subhash kumar singh <subhash.kumar.singh@huawei.com> | 2017-11-03 12:48:23 +0000 |
commit | 99c106f1ace0c6019d0a8b1deceaf1b6e1fbe476 (patch) | |
tree | 10217c8c75b1bc628b5c32143d9286b2c73401a9 /plugins/sdc/src/main/resources | |
parent | 2e2d4a6efc22e1803a9ee02503fbc15b381360f1 (diff) |
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 <subhash.kumar.singh@huawei.com>
Diffstat (limited to 'plugins/sdc/src/main/resources')
-rw-r--r-- | plugins/sdc/src/main/resources/onap-cli-schema/vsp/vsp-create-schema.yaml | 7 |
1 files changed, 7 insertions, 0 deletions
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: |