-
Notifications
You must be signed in to change notification settings - Fork 2.7k
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
Introduce deploy CLI commands #30309
Conversation
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
1c2795f
to
e082c4f
Compare
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
9971e4c
to
5b5d209
Compare
This comment has been minimized.
This comment has been minimized.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Very interesting!
I can't comment on the CLI stuff, but the k8s stuff looks nice :)
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
Seems that the failure is the classic timeout thing. Still, I am a bit reluctant to merge. |
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
The failure indeed seems unrelated. +1 for merging |
This comment has been minimized.
This comment has been minimized.
Failing Jobs - Building 244021e
Full information is available in the Build summary check run. Failures⚙️ Maven Tests - JDK 11 #- Failing: integration-tests/maven
📦 integration-tests/maven✖
✖
⚙️ Maven Tests - JDK 11 Windows #- Failing: integration-tests/maven
📦 integration-tests/maven✖
✖
|
@iocanel I added the noteworthy-feature label. If you add a comment here with a blurb explaining the feature, I will happily add it to the announcement. |
@gsmet is this what you had in mind? |
Yes, thanks. |
This pull request exposes the deployment capabilities of Quarkus across all our dev tools (maven, gradle, cli).
Deployment from the CLI
Introduces the
deploy
command as well as specific subcommands for:Simililarly to the
image
commands, it allows users to perform actions without requiring them to modify their pom to bring in the needed extension.