defang
defang copied to clipboard
Set config vals from .env and/or support multiple values
So I've got a .env with a bunch of values in it, and I want the same values in my cloud environment. I'm having to copy them one at a time into defang config set VAR=VAL
It would be practical to be able to do either/both of these to speed up the process:
defang config set VAR1=VAL1 VAR2=VAL2 VAR3=VAL3
- [ ]
defang config pusha la Vercel
.env is used during interpolation, so some/all of the values might already have been applied to the Compose file and there's no need to have them in cloud config also.
@lionello these are values that are sensitive, so they should be set in config, not interpolated in the shell.