tpm ask can be used to query values from the common configuration
Usage:
    tpm ask [args] [context] {value_or_function_name}
    [argument]
  
Table 10.3. tpm ask Arguments
| Option | Description | 
|---|---|
--allstages | Display stages of the replicators for all roles | 
--api | Use the v2 API REST interface instead of the command line when possible | 
--debug, -d | Debug Mode. | 
--dsrole | Display local datasource role | 
--dsstate | Display local datasource state | 
--help, -h | |
--info, -i | |
--nodeinfo | Display state and role of local datasource and replicator | 
--path, -p | Pass full path to replicator executables e.g. /opt/replicator/tungsten/tungsten-replicator/bin | 
--quiet, -q | |
--stages | Display stages of the local replicator | 
--test, -t | |
--thl | Path and name of thl executable (Ignores --path if also supplied) | 
--trepctl | Path and name of trepctl executable (Ignores --path if also supplied) | 
--trrole | Display local replicator role | 
--trstate | Display local replicator state | 
-v | Verbose output. | 
    [context] is optional and can be one of the following:
  
Table 10.4. tpm ask Context Options
| Option | Description | 
|---|---|
all | Extract every available variable from the perl common object. | 
common | Extract the variable from the perl common object. This is the default if no context is supplied. | 
function | Extract the return value of the named function from within the perl_common object. You may specify an optional argument to the function. | 
functions | Extract the available function names from the perl common object. | 
keys | Extract all available variable names from the perl common object. | 
Examples:
shell>tpm ask keysshell>tpm ask allshell>tpm ask functionsshell>tpm ask servicesshell>tpm ask isCAAshell>tpm ask function managerEnabledshell>tpm ask function cleanBool false