java.lang.Object
io.jooby.cli.Cmd
io.jooby.cli.CreateCmd
- All Implemented Interfaces:
Runnable
Create application command.
Usage:
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)
- Since:
- 2.0.6
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class io.jooby.cli.Cmd
run, setContext