.TH "MINE" "1" "Aug 2016" "Auto generated by spf13/cobra" "" .nh .ad l .SH NAME .PP acbuild\-environment\-add \- Add an environment variable .SH SYNOPSIS .PP \fBacbuild environment add\fP [OPTIONS] .SH DESCRIPTION .PP Updates the ACI to contain an environment variable with the given name and value. If the variable already exists, its value will be changed. .SH OPTIONS INHERITED FROM PARENT COMMANDS .PP \fB\-\-debug\fP[=false] Print out debug information to stderr .PP \fB\-\-modify\fP="" Path to an ACI to modify (ignores build context) .PP \fB\-\-no\-history\fP[=false] Don't add annotations with the command that was run .PP \fB\-\-work\-path\fP="." Path to place working files in .SH EXAMPLE .PP .RS .nf acbuild environment add REDUCE\_WORKER\_DEBUG true .fi .RE .SH SEE ALSO .PP \fBacbuild\-environment(1)\fP .SH HISTORY .PP 14\-Aug\-2016 Auto generated by spf13/cobra