wix env set

The Wix CLI is in Developer Preview and is subject to change.

Sets an environment variable on Wix's servers.

Usage

Copy

Flags

The following flags are available for the wix env set command:

FlagDescription
--key <key>(Required) Name of the variable.
--value <value>(Required) Value of the variable.
Did this help?