env is a attribute that sets the execution environment (ie in production or not).
Tabulify knows the following environments:
Name | default | Description |
---|---|---|
prod | The production environment | |
dev | x | The dev environment |
operations may react differently depending on it.
To avoid sending emails in a dev environment, the send operation will send them all to the to address of the smtp connection.
You can set the environment :
tabli --env dev
export TABLI_ENV=dev
With the env variable.
Example:
tabli variable list env