CVC: Add support for execution, schema, product
[cli.git] / framework / src / main / resources / open-cli-schema / product / product-list.yaml
1 # Copyright 2018 Huawei Technologies Co., Ltd.
2 #
3 # Licensed under the Apache License, Version 2.0 (the "License");
4 # you may not use this file except in compliance with the License.
5 # You may obtain a copy of the License at
6 #
7 #     http://www.apache.org/licenses/LICENSE-2.0
8 #
9 # Unless required by applicable law or agreed to in writing, software
10 # distributed under the License is distributed on an "AS IS" BASIS,
11 # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
12 # See the License for the specific language governing permissions and
13 # limitations under the License.
14
15 open_cli_schema_version: 1.0
16 name: product-list
17 description: List available products registered in OCLIP
18
19 info:
20   product: open-cli
21   service: product
22   type: cmd
23   author: Kanagaraj Manickam kanagaraj.manickam@huawei.com
24
25 results:
26   direction: landscape
27   attributes:
28     - name: product
29       description: Product name
30       scope: short
31       type: string
32     - name: description
33       description: Product description
34       scope: short
35       type: string