This message was deleted.
# ask-anything
s
This message was deleted.
e
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
to see how to switch your parameters, run
ploomber build --help
šŸ‘ 1
created the issue šŸ™‚ did my suggestion help?
g
it did in my case where only 1 or 2 parameters were different. Thanks for creating the issue.
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
thanks for your feedback! We'll address this issue soon. but of course, PRs welcome šŸ™‚