CVC: Add support for execution, schema, product
[cli.git] / framework / src / main / resources / open-cli-schema / schema / schema-refresh.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: schema-refresh
17 description: OCLIP command to refresh schemas stored in open-cli-schema folders.
18
19 info:
20   product: open-cli
21   service: schema
22   type: cmd
23   author: Kanagaraj Manickam kanagaraj.manickam@huawei.com
24
25 results:
26   direction: landscape
27   attributes:
28     - name: command
29       description: Command name
30       scope: short
31       type: string
32     - name: product
33       description: Command product version
34       scope: short
35       type: string
36     - name: schema
37       description: Schema name
38       scope: short
39       type: string
40     - name: ocs-version
41       description: Schema version
42       scope: short
43       type: string
44     - name: type
45       description: Command type
46       scope: short
47       type: string
48     - name: enabled
49       description: Command is enabled or not
50       scope: short
51       type: string