$ spring version -Spring CLI v1.2.1.RELEASE+Spring CLI v1.2.3.RELEASE
diff --git a/spring-cloud-cli.html b/spring-cloud-cli.html index 5e39194..5f42d5e 100644 --- a/spring-cloud-cli.html +++ b/spring-cloud-cli.html @@ -417,8 +417,13 @@ body.book #toc,body.book #preamble,body.book h1.sect0,body.book .sect1>h2{page-b
Spring Boot command line features for -Spring Cloud.
+Spring Boot CLI provides Spring Boot command line features for
+Spring Cloud. You can write Groovy scripts to run Spring Cloud component applications
+(e.g. @EnableEurekaServer). You can also easily do things like encryption and decryption to support Spring Cloud
+Config clients with secret configuration values.
$ spring version -Spring CLI v1.2.1.RELEASE+Spring CLI v1.2.3.RELEASE
$ gvm install springboot 1.2.1.RELEASE
-$ gvm use springboot 1.2.1.RELEASE
+$ gvm install springboot 1.2.3.RELEASE
+$ gvm use springboot 1.2.3.RELEASE
$ mvn install
-$ spring install org.springframework.cloud:spring-cloud-cli:1.0.0.BUILD-SNAPSHOT
+$ spring install org.springframework.cloud:spring-cloud-cli:1.0.2.RELEASE