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

config terminal command missing #43024

Closed
maxandersen opened this issue Sep 4, 2024 · 4 comments · Fixed by #43033
Closed

config terminal command missing #43024

maxandersen opened this issue Sep 4, 2024 · 4 comments · Fixed by #43033
Labels
area/config kind/enhancement New feature or request
Milestone

Comments

@maxandersen
Copy link
Member

Describe the bug

in 3.1:

You are now in Quarkus Terminal. Your app is still running. Use `help` or tab completion to explore, `quit` or `q` to return to your application.
quarkus$ help
The following commands are available, run them with -h for more info:

help	Display the command list
quit	Quit the console
log	Logging Commands
config	Config Editing Commands
test	Test Commands
open	Opens a path in a web browser

in 3.14:

You are now in Quarkus Terminal. Your app is still running. Use `help` or tab completion to explore, `quit` or `q` to return to your application.
quarkus$ config
Command: named config was not found.
quarkus$ help
The following commands are available, run them with -h for more info:

help	Display the command list
quit	Quit the console
log	Logging Commands
test	Test Commands
open	Opens a path in a web browser

seems config was removed in #35163 - could we not get that back ?

Expected behavior

No response

Actual behavior

No response

How to Reproduce?

No response

Output of uname -a or ver

No response

Output of java -version

No response

Quarkus version or git rev

No response

Build tool (ie. output of mvnw --version or gradlew --version)

No response

Additional information

No response

@maxandersen maxandersen added the kind/bug Something isn't working label Sep 4, 2024
Copy link

quarkus-bot bot commented Sep 4, 2024

/cc @radcortez (config)

@gsmet gsmet added kind/enhancement New feature or request and removed kind/bug Something isn't working labels Sep 4, 2024
@xstefank
Copy link
Member

xstefank commented Sep 4, 2024

+1 I was chatting today about this at JavaZone, and I think it would be useful to get it back.

@xstefank xstefank self-assigned this Sep 4, 2024
@gsmet
Copy link
Member

gsmet commented Sep 4, 2024

PRs welcome!

@maxandersen
Copy link
Member Author

Happy to make pr once i grok if it was accidental removed or some reason the commands couldn't stay in that pr.

@xstefank xstefank removed their assignment Sep 5, 2024
@github-project-automation github-project-automation bot moved this to Under discussion in WG - Quarkus 3.15 LTS Sep 5, 2024
@cescoffier cescoffier moved this from Under discussion to Planned in WG - Quarkus 3.15 LTS Sep 5, 2024
@github-project-automation github-project-automation bot moved this from Planned to Done in WG - Quarkus 3.15 LTS Sep 6, 2024
@quarkus-bot quarkus-bot bot added this to the 3.16 - main milestone Sep 6, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/config kind/enhancement New feature or request
Projects
Development

Successfully merging a pull request may close this issue.

3 participants