Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Need to override jvm options on command line with 'run' command #361

Open
countfloyd opened this issue Sep 21, 2023 · 1 comment
Open

Need to override jvm options on command line with 'run' command #361

countfloyd opened this issue Sep 21, 2023 · 1 comment

Comments

@countfloyd
Copy link

countfloyd commented Sep 21, 2023

I have some -Dkey=value properties I'd like to pass when using the run command. Putting them in the bleep.yaml file works but there are some properties that are too sensitive to put in the build file and others that need to change for different invocations. I've tried:

bleep run project -Dkey=value
JAVA_OPTS="-Dkey=value" bleep run project

Can't see a way to do it.

Thanks!

@oyvindberg
Copy link
Owner

Yeah, likely not at this point. I think it'll be easy to add though if anybody wants to try.

for now environment variables and parameters should work

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants