====== Global Attribute ======
This page is about global [[docs:conf:attribute|attributes]]
===== Parameters =====
Global parameters attribute are:
| ''LOG_LEVEL'' | the [[:docs:common:log|log level]] |
| ''CONF'' | the path to the [[docs:conf:vault|configuration file]] |
| ''PROJECT_HOME'' | the [[:docs:connection:project|Project Home path]] |
|''PASSPHRASE'' | the [[:docs:common:passphrase|vault passphrase]] |
| ''ENV'' | the [[:docs:common:environment|execution environment]] |
===== How to =====
==== List global attribute ====
With the [[docs:tabli:attribute:list|attribute list command]]
==== Set global parameters ====
=== Env ===
With an [[docs:conf:os|operating system attribute]].
Example:
export TABLI_LOG_LEVEL=warning
=== Configuration file ===
Most advanced user may edit the [[docs:conf:vault|configuration vault]] manually
globals
log-level: warning
but for convenience, we provide the following cli commands:
* add, remove attributes with:
* [[docs:tabli:attribute:set]]
* [[docs:tabli:attribute:delete]]