---json { "aliases": [ { "path": ":docs:tabul:conf:set" } ], "low_quality_page": "false", "page_id": "x3wbhq7p80d2ymghwir6i" } --- ====== Tabul - Env Set Command ====== ===== About ===== The ''set'' command of the [[..:env:start|env module]] set a [[docs:conf:global_env|global attribute value]] in a [[docs:conf:tabul.yml|configuration file]] ===== Example ===== To set the [[docs:common:log|loglevel]] to the ''tip'' value tabul env set log-level tip ===== Syntax ===== tabul env set -h Tabul env set ============= Set a configuration Example ------- 1 - To set the `log-level` configuration to the value `tip`, you would use the following command: tabul env set log-level tip Syntax ------ tabul env set where: Arguments: the configuration key the configuration value Global Options: -ah,--app-home The app home directory (default to the .tabul.yml file directory) -vf,--conf The path to a configuration file -ee,--exec-env The execution environment (prod or dev) -h,--help Print this help -l,--log-level Set the log level -ns,--not-strict A minor error will not stop the process. -odu,--output-data-uri defines the output data uri for the feedback data (default: console) -oo,--output-operation defines the data operations (replace, truncate) on an existing output resource before transfer. -oop,--output-transfer-operation defines the output transfer operation (insert, update, merge, copy). Default to `copy` for a file system and `insert` for a database. -pp,--passphrase A passphrase (master password) to decrypt the encrypted vault values (Env: TABUL_PASSPHRASE) --pipe-mode Use pipe mode if you want to pipe the output in a shell. Pipe mode will not print the headers (ie column name) and will not make the control character visible -v,--version Print version information