Tabli - Conf List Command
Table of Contents
About
The list command of the conf module lists the configuration values that are:
- internal - configuration that you can't modify
- conf - from the configuration file.
- env - from the OS environment variable
- sys - from the Java System Properties
Example
To see only the tabli configuration (ie with a tabli scope, ie only the internal and conf file configuration)
tabli conf list
Syntax
tabli conf list -h
Tabli conf list
===============
List the configurations
Tip:To have a nice output because a value may be very lengthy, you should set the width of your terminal to a big number (such as 10000)
Examples
--------
1 - List all `tabli` configurations
tabli conf list *
2 - List all Home configurations
tabli conf list --scope all *home*
3 - List all Environment variables
tabli conf list --scope all --type env
4 - List all Java configurations
tabli conf list --scope all *java*
Syntax
------
tabli conf list [options|flags] <name-selector...>
where:
Arguments:
<name-selector...> One or more glob selector(s) that will filter the output by the key name
Options:
--scope <value> The scope of the configurations to return (`tabli` or `all`).
--type <value> The type of the configurations to return (`internal`,`env`,`sys`,`conf` or `all`)
Global Options:
-cf,--conf <path> The path to a configuration file
-cv,--connection-vault <path> The path where the connection vault is located
-h,--help Print this help
-l,--log-level <error|warning|tip|info|fine> Set the log level
-ns,--not-strict A minor error will not stop the process.
-odu,--output-data-uri <outputDataUri> defines the output data uri for the feedback data (default: console)
-oo,--output-operation <dataOperation> defines the data operations (replace, truncate) on an existing output resource before transfer.
-oop,--output-transfer-operation <transferOperation> defines the output transfer operation (insert, update, merge, copy). Default to `copy` for a file system and `insert` for a database.
-pp,--passphrase <passphrase> A passphrase (master password) to decrypt the encrypted values