arconia create
The arconia create command creates a new Java project from a template.
arconia create \
--name my-app \
--template ghcr.io/arconia-io/arconia-templates/server-http
arconia create \
--name my-app \
--template server-http (1)
arconia create \
--name my-app \
--template ghcr.io/arconia-io/arconia-templates/server-http \
--group io.arconia \
--description "My web application project" \
--package-name io.arconia.app
| 1 | Automatically resolved from a registered template catalog. |
Options
| Option | Default | Description |
|---|---|---|
|
The name of the project to create. |
|
|
The project template to use (e.g. |
|
|
|
The group ID for the project. |
|
The description for the project. |
|
|
The package name for the project. |
|
|
(current directory) |
The path where the project will be created. |
|
|
Call the OCI registry over HTTP instead of HTTPS. |
|
|
Allow TLS connections without validating certificates. |
|
|
Include verbose output. |
|
Display help information for the command. |