Tabli - Conf Set Command
Table of Contents
About
The set command of the conf module set a configuration value in a configuration file.
The configuration file edited is the file:
- given with the --conf global option
- and if not present, the default file
Example
To set the loglevel to the tip value
tabli conf set log-level tip
Syntax
tabli conf set -h
Tabli conf set
==============
Set a configuration
Example
-------
1 - To set the `log-level` configuration to the value `tip`, you would use the following command:
tabli conf set log-level tip
Syntax
------
tabli conf set <key> <value>
where:
Arguments:
<key> the configuration key
<value> the configuration value
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