update link to upper-constraints.txt
[cli.git] / framework / src / main / resources / open-cli.properties
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 cli.product_name=open-cli
16 cli.version=3.0.0
17 cli.discover_always=false
18 cli.data.dir=./data
19 cli.artifact.dir=./data/artifacts
20 cli.tmp.dir=./data/tmp
21 #timeout in seconds
22 cli.grpc.client.timeout=60
23 cli.execution.search.mode=file
24 #schema validation
25 cli.schema.base.sections=open_cli_schema_version,name,description,parameters,results,info
26 cli.schema.base.sections.mandatory=open_cli_schema_version
27
28 cli.schema.base.info.sections=product,service,type,author,ignore,state
29 cli.schema.base.info.sections.mandatory=product,service
30
31 cli.schema.base.parameters.sections=name,description,type,short_option,long_option, is_optional,default_value,is_secured,is_include,is_default_param
32 cli.schema.base.parameters.sections.mandatory=name,description,type
33
34 cli.schema.base.results.sections=name,description,scope,type,is_secured, default_value
35 cli.schema.base.results.sections.mandatory=name, description, type, scope
36
37 cli.schema.boolean_values=true,false
38 cli.schema.command.type=cmd,auth,catalog
39
40 # moco properties
41 cli.sample.gen.enable=false
42 cli.sample.gen.name=sample1
43 cli.sample.gen.target=./open-cli-sample
44
45 # mrkanag Move this to db, once exteranl command registration is supported in place of discovery
46 cli.schema.profile.available=http,snmp,cmd,robot
47
48 #other properties to load (it should be hanled when plugins are made as externally register-able
49 #when command plugin management support is enabled in oclip
50 cli.schema.profile.confs=