Add snmp profile for cli
[cli.git] / validate / validation / src / test / resources / open-cli.properties
1 cli.product_name=open-cli
2 cli.version=1.0
3
4 cli.discover_always=false
5
6 #schema validation
7 cli.schema.base.sections=open_cli_schema_version,name,description,parameters,results,http,info
8 cli.schema.base.sections.mandatory=open_cli_schema_version
9
10 cli.schema.base.info.sections=product,service,type,author,ignore
11 cli.schema.base.info.sections.mandatory=product,service
12
13 cli.schema.base.parameters.sections=name,description,type,short_option,long_option, is_optional,default_value,is_secured,is_include
14 cli.schema.base.parameters.sections.mandatory=name,description,type
15
16 cli.schema.base.results.sections=name,description,scope,type,is_secured, default_value
17 cli.schema.base.results.sections.mandatory=name, description, type, scope
18
19 cli.schema.boolean_values=true,false
20 cli.schema.command.type=cmd,auth,catalog
21
22 # moco properties
23 cli.sample.gen.enable=false
24 cli.sample.gen.target=.
25
26 # mrkanag Move this to db, once exteranl command registration is supported in place of discovery
27 cli.schema.profile.available=http,snmp
28
29 #other properties to load (it should be hanled when plugins are made as externally register-able
30 #when command plugin management support is enabled in oclip
31 cli.schema.profile.confs=open-cli-http.properties,open-cli-snmp.properties