Syntax

The syntax follows a key value pair, delimited by a colon. This is follows the standard YAML syntax format. More than one export can be specified. The key must not have any spaces.

For example, the following code statement assigns the value VALUE to the variable named KEY.

exports:
    - KEY: VALUE