quarkus
all
Create Quarkus projects, manage extensions and perform essential build and development tasks.
More info →Examples (8)
Create a new application project in a new directory
quarkus create app project_nameRun the current project in live coding mode
quarkus devRun the application
quarkus runAdd one or more extensions to the current project
quarkus extension add extension_name1 extension_name2 ...Deploy the application to Kubernetes
quarkus deploy kubernetesUpdate project
quarkus updatemade by @shridhargupta | data from tldr-pages