Merge "Improve documentaiton for end to end cmd"
[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.base.sections=open_cli_schema_version,name,description,parameters,results,info
7 cli.schema.base.sections.mandatory=open_cli_schema_version
8
9 cli.schema.base.info.sections=product,service,type,author,ignore
10 cli.schema.base.info.sections.mandatory=product,service
11
12 cli.schema.base.parameters.sections=name,description,type,short_option,long_option, is_optional,default_value,is_secured,is_include,is_default_param
13 cli.schema.base.parameters.sections.mandatory=name,description,type
14
15 cli.schema.base.results.sections=name,description,scope,type,is_secured, default_value
16 cli.schema.base.results.sections.mandatory=name, description, type, scope
17
18 cli.schema.boolean_values=true,false
19 cli.schema.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.profile.available=
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.schema.profile.confs=