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

CLI example from guide do not work on PowerShell on Windows #28465

Closed
dhmoclex opened this issue Oct 10, 2022 · 2 comments · Fixed by #28478
Closed

CLI example from guide do not work on PowerShell on Windows #28465

dhmoclex opened this issue Oct 10, 2022 · 2 comments · Fixed by #28478
Assignees
Labels
area/cli Related to quarkus cli (not maven/gradle/etc.) env/windows Impacts Windows machines kind/bug Something isn't working
Milestone

Comments

@dhmoclex
Copy link

Describe the bug

On the guide for the scheduler, the command to create the example project is :

quarkus create app org.acme:scheduler-quickstart --extension=resteasy-reactive,scheduler --no-code

Expected behavior

The example scheduler-quickstart project should be created.

Actual behavior

However on PowerShell, it returns :

[ERROR] Unable to create project: Unmatched argument at index 4: 'resteasy-reactive'

Adding quotes avoids this error :

quarkus create app org.acme:scheduler-quickstart --extension='resteasy-reactive,scheduler' --no-code

How to Reproduce?

No response

Output of uname -a or ver

No response

Output of java -version

No response

GraalVM version (if different from Java)

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

@dhmoclex dhmoclex added the kind/bug Something isn't working label Oct 10, 2022
@quarkus-bot quarkus-bot bot added area/cli Related to quarkus cli (not maven/gradle/etc.) env/windows Impacts Windows machines labels Oct 10, 2022
@quarkus-bot
Copy link

quarkus-bot bot commented Oct 10, 2022

/cc @ebullient, @maxandersen

@gsmet
Copy link
Member

gsmet commented Oct 10, 2022

Fix on its way here: #28478.

Thanks for reporting the issue.

@gsmet gsmet closed this as completed Oct 10, 2022
@gsmet gsmet added this to the 2.13.2.Final milestone Oct 11, 2022
gsmet added a commit to gsmet/quarkus that referenced this issue Oct 11, 2022
igorregis pushed a commit to igorregis/quarkus that referenced this issue Oct 16, 2022
igorregis pushed a commit to igorregis/quarkus that referenced this issue Oct 16, 2022
igorregis pushed a commit to igorregis/quarkus that referenced this issue Oct 16, 2022
igorregis pushed a commit to igorregis/quarkus that referenced this issue Oct 17, 2022
tmihalac pushed a commit to tmihalac/quarkus that referenced this issue Oct 27, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/cli Related to quarkus cli (not maven/gradle/etc.) env/windows Impacts Windows machines kind/bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants