Merge "Make Http as separate plugin"
[cli.git] / deployment / zip / src / main / release / conf / 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.top_level_params_list=open_cli_schema_version,name,description,parameters,results,http,info
8 cli.schema.top_level_mandatory_list=open_cli_schema_version
9
10 cli.schema.info_params_list=product,service,type,author,ignore
11 cli.schema.info_params_mandatory_list=product,service
12
13 cli.schema.input_params_list=name,description,type,short_option,long_option, is_optional,default_value,is_secured,is_include
14 cli.schema.input_params_mandatory_list=name,description,type
15
16 cli.schema.result_params_list=name,description,scope,type,is_secured, default_value
17 cli.schema.result_params_mandatory_list=name, description, type, scope
18
19 cli.schema.boolean_values=true,false
20 cli.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.type.supported=http
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.plugins-prps=open-cli-http.properties