Skip to content

export_var

Export arbitrary variables

Description

Simply export list of arbitrary variables defined in module sections.

Parameters in .envrc.ini are:

Name Description
VAR_NAME Name and value of the variable to export

Parameters

VAR_NAME

Name and value of the variable to export.

.envrc.ini example

Corresponding entry in .envrc.ini.template are:

# export module
# ------------------------------------------------------------------------------
# Export arbitrary variables
[export_var]
# Specify variable name and value to export
VAR_NAME="value"

Last update: August 22, 2021
Back to top