Skip to content
Elliot Shank edited this page Apr 12, 2017 · 10 revisions

set

An environment variable statement that specifies the full value of a variable, unlike path statements. Can also be specified on the command-line via --set.

Values are subject to expansion. If expansion occurs, retrieve statements may be activated.

Syntax

In a package definition file:

config something
    set VARIABLE=value
end

On the command-line:

fig --set VARIABLE=value ...

The value can be empty.

Full syntax details in environment variable statements.

Clone this wiki locally