Global Env Attributes

Undraw My Documents

Global Env Attributes

About

This page is about the global attributes known as env

Parameters

Global parameters attribute are:

Name Tabul Cli Options Description
LOG_LEVEL –log-level the log level
CONF –conf the configuration vault path
APP_HOME –app-home the App Home directory
USER_HOME the user directory
PASSPHRASE –passphrase the vault passphrase
EXEC_ENV –exec-env the execution environment
STRICT_EXECUTION –not-strict The strictness (Fail ambiguous situation), true by default

How to

List global attribute

With the env list command

Set global parameters

Env

With an operating system environment variable.

Example:

export TABUL_LOG_LEVEL=warning

Configuration file

Most advanced user may edit the configuration vault manually

envs:
  log-level: warning

but for convenience, we provide also the following cli commands:

Task Runner