Remove rarely used commands from the CLI
Closes gh-32263
This commit is contained in:
@@ -3,18 +3,10 @@
|
||||
include::attributes.adoc[]
|
||||
|
||||
|
||||
The Spring Boot CLI is a command line tool that you can use if you want to quickly develop a Spring application.
|
||||
It lets you run Groovy scripts, which means that you have a familiar Java-like syntax without so much boilerplate code.
|
||||
You can also bootstrap a new project or write your own command for it.
|
||||
The Spring Boot CLI is a command line tool that you can use to bootstrap a new project from https://start.spring.io or encode a password.
|
||||
|
||||
|
||||
|
||||
include::cli/installation.adoc[]
|
||||
|
||||
include::cli/using-the-cli.adoc[]
|
||||
|
||||
include::cli/groovy-beans-dsl.adoc[]
|
||||
|
||||
include::cli/maven-setting.adoc[]
|
||||
|
||||
include::cli/whats-next.adoc[]
|
||||
|
||||
Reference in New Issue
Block a user