Join Slack
Powered by
Hi, I was wondering if you can use env vars export...
# general
a
adorable-secretary-13727
07/11/2024, 4:18 PM
Hi, I was wondering if you can use env vars exported from a
.pants.bootstrap
file in the
pants.toml
config?
b
broad-processor-92400
07/11/2024, 11:02 PM
I think that should work. You can interpolate env vars using `%(env.NAME)`:
https://www.pantsbuild.org/2.21/docs/using-pants/key-concepts/options#config-file-interpolation
Open in Slack
Previous
Next