public class CreateCmd extends Cmd
jooby> help create
Missing required parameter: <name>
Usage: jooby create [-dgi] [-kt] [-stork] [-s=<server>] <name>
Creates a new application
<name> Application name or coordinates (groupId:artifactId:
version)
-d, --docker Generates a dockerfile
-g, --gradle Generates a Gradle project
-i Start interactive mode
-kt, --kotlin Generates a Kotlin application
-s, --server=<server> Choose one of the available servers: jetty, netty or
undertow
-stork Add Stork Maven plugin to build (Maven only)
| Constructor and Description |
|---|
CreateCmd() |
| Modifier and Type | Method and Description |
|---|---|
void |
run(Context ctx)
Run a command.
|
run, setContextCopyright © 2023. All rights reserved.