-
Notifications
You must be signed in to change notification settings - Fork 10
Elliot Shank edited this page Apr 12, 2017
·
10 revisions
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.
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.