context-ls(1)
| context-ls(1) | General Commands Manual | context-ls(1) |
NAME
context-ls - inspects the context property registry.
SYNOPSIS
context-ls [OPTIONS] [filter]
DESCRIPTION
context-ls is a simple tool to introspect (inspect) the current context properties registry. It will list all the properties defined in the registry and optionally filter them through a regular expression. Additional parameters can be specified to tweak the output.
OPTIONS
- --xml, -x
- force the usage of the xml registry.
- --cdb, -c
- force the usage of the cdb (cached database) registry.
- --provided, -p
- show only the properties which are provided (have a defined provider).
- --long, -l
- long(detailed) listing format. If there are several providers for property, one line is printed per provider.
- --doc, -d
- print documentation of the property after the property.
- filter
- limit the output to the entries matching the specified wildcard expression.
EXAMPLES
- context-ls -l
- Creates long listing of all properties
- context-ls -p 'Bl*'
- Creates short listing of all provided properties which name start with string 'Bl'.
| Sep-29-2009 |
