Optional
abortOptional
array?: booleanMatches all value from match
into a comma separated string.
If array
isn't set to true
, only the last match will be used.
Optional
continueContinues to the next script if the value was found.
Optional
match?: RegExpA match to search for in the output of the previous script.
This is a regular expression that will be run with the g
flag.
Optional
required?: booleanAborts the script if the value is not found.
Optional
value?: stringThe value to set the environment variable to.
If match
is set, this will be ignored.
Generated using TypeDoc
Aborts the script if the value was found.