not currently, but this makes sense. can you open a github issue? as a temporary measure, you can switch parameter from the command line, so you could write a bash script to call
ploomber build --env-param value --env-param2 another-value
it did in my case where only 1 or 2 parameters were different. Thanks for creating the issue.
Gaurav
03/23/2022, 10:34 PM
Iām finding using --env-<param>, --entry-point, and -p are very useful options when in active development . The export to system environment variable is tricky as it sets those value for entire session which is not desirable when we are switching back and forth.
e
Eduardo
03/23/2022, 10:37 PM
thanks for your feedback! We'll address this issue soon. but of course, PRs welcome š