-
Notifications
You must be signed in to change notification settings - Fork 365
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
devspace dev --show-ui false expected to not start Devspace UI #2657
Comments
Can you try: > devspace dev --show-ui=false It doesn't look like If you'd like to be able to specify a ui port instead that might require a code change. It looks like it was possible once upon a time. |
By default, without I would like to contribute if this needs code change. Line 90 in 825e4d2
Either would like to make can you help me if i am looking at the right place ? |
devspace dev --show-ui=false ^ This already works for me to disabling the UI. If you'd like to submit a PR to add a |
I just tried
Didn't work for me. i can still access devspace ui at localhost:8090 DevSpace version : 6.3.2 |
Ah strange. I think this will need a deeper look. The flag seems to only affect whether a message is logged, and not whether the server is started or not. I don't have enough context to know the reasoning behind that. Adding the |
What happened?
We have another microservice that uses the Devspace UI default port 8090. I had to stop
devspace dev
and run yarn start in the other service. Then startdevspace dev
so that it takes different portCurrently i don't see a way to stop running devspace ui or change port number when started by devspace dev
What did you expect to happen instead?
I would like disable starting devspace ui by default
Possible solution:
devspace dev --show-ui false
to not start devspace uiThe text was updated successfully, but these errors were encountered: