Tabli - Variable Set Command

Undraw Windows

About

The set command of the variable module set a variable value in a variable file.

The variable file edited is the file:

Example

To set the loglevel to the tip value

tabli variable set log-level tip

Syntax

tabli variable set -h
Tabli variable set
==================

Set a configuration



Example
-------

 1 - To set the `log-level` configuration to the value `tip`, you would use the following command:


    tabli variable set log-level tip




Syntax
------


    tabli variable set <key> <value>


where:


  Arguments:

    <key>                                                   the configuration key

    <value>                                                 the configuration value


  Global Options:

    -cv,--connection-vault <path>                           The path where a connection vault is located

    -h,--help                                               Print this help

    -l,--log-level <error|warning|tip|info|fine>            Set the log level

    -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

    -ph,--project-home <dataUri>                            A data uri to the project directory (ie a path)

    -cf,--vars <path>                                       The path to a configuration file

    -v,--version                                            Print version information

Task Runner