Is there an easy way to set environment variables in the pants.toml for the whole project? In my case we have several envars that we want predefined for local testing, which are then overwritten during CI.
c
curved-television-6568
07/06/2023, 8:00 PM
you can use either of the
.env
or
.pants.bootstrap
files. The former being a standard thing, the latter is just a shell script sourced before invoking pants.