1context-ls(1)               General Commands Manual              context-ls(1)
2
3
4

NAME

6       context-ls - inspects the context property registry.
7

SYNOPSIS

9       context-ls [OPTIONS] [filter]
10

DESCRIPTION

12       context-ls is a simple tool to introspect (inspect) the current context
13       properties registry. It will list all the  properties  defined  in  the
14       registry and optionally filter them through a regular expression. Addi‐
15       tional parameters can be specified to tweak the output.
16

OPTIONS

18       --xml, -x        force the usage of the xml registry.
19
20       --cdb, -c        force the usage of the cdb (cached database) registry.
21
22       --provided, -p   show only the properties which are  provided  (have  a
23                        defined provider).
24
25       --long, -l       long(detailed)  listing  format.  If there are several
26                        providers  for  property,  one  line  is  printed  per
27                        provider.
28
29       --doc, -d        print  documentation  of  the property after the prop‐
30                        erty.
31
32       filter           limit the output to the entries matching the specified
33                        wildcard expression.
34

EXAMPLES

36       context-ls -l
37               Creates long listing of all properties
38
39       context-ls -p 'Bl*'
40               Creates  short  listing  of  all provided properties which name
41               start with string 'Bl'.
42
43
44
45                                  Sep-29-2009                    context-ls(1)
Impressum