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