commands.sh

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_name

Run the current project in live coding mode

Run the application

Run the current project in continuous testing mode

Add one or more extensions to the current project

quarkus extension add extension_name1 extension_name2 ...

Build a container image using Docker

quarkus image build docker

Deploy the application to Kubernetes

quarkus deploy kubernetes

Update project

quarkus update
made by @shridhargupta | data from tldr-pages