Skip to content

Latest commit

 

History

History
32 lines (21 loc) · 1.1 KB

exporting.md

File metadata and controls

32 lines (21 loc) · 1.1 KB

Exporting

Implementations must act as if they used the following algorithm to export POSIX-compliant dotenv files.

The inputs to the exporting stage are:

The exporting stage has no output.

Definitions

Override flag

The override flag is a boolean flag that defaults to false

Environment variable

Please refer to:

Exporting algorithm

  • For each (key, value) pair in the associative array returned by the evaluation stage: