--env=RULE

Control how environment variables are exported with RULE. See the `ENV RULES`_ section below for more information. Rules are applied in the order in which they are used on the command line. This option may be specified multiple times.

--env-remove=PATTERN

Remove all environment variables matching PATTERN from the current generated environment. If PATTERN starts with a / character, then it is considered a regex(7), otherwise PATTERN is treated as a shell glob(7). This option is equivalent to --env=-PATTERN and may be used multiple times.

--env-file=FILE

Read a set of environment RULES from a FILE. This option is equivalent to --env=^FILE and may be used multiple times.