diff --git a/multi/multi__encryption_and_decryption.html b/multi/multi__encryption_and_decryption.html index fed3d23..a57f75a 100644 --- a/multi/multi__encryption_and_decryption.html +++ b/multi/multi__encryption_and_decryption.html @@ -1,6 +1,6 @@
-The Spring Cloud CLI comes with an "encrypt" and a "decrypt" +
The Spring Cloud CLI comes with an "encrypt" and a "decrypt" command. Both accept arguments in the same form with a key specified as a mandatory "--key", e.g.
$ spring encrypt mysecret --key foo
682bc583f4641835fa2db009355293665d2647dade3375c0ee201de2a49f7bda
diff --git a/multi/multi__installation.html b/multi/multi__installation.html
index 43cb885..7e5c2c8 100644
--- a/multi/multi__installation.html
+++ b/multi/multi__installation.html
@@ -1,12 +1,12 @@
- 1. Installation To install, make
+
1. Installation To install, make
sure you have
Spring Boot CLI
(2.0.0 or better):
$ spring version
-Spring CLI v2.0.0.M6
E.g. for SDKMan users
$ sdk install springboot 2.0.0.M6
-$ sdk use springboot 2.0.0.M6
and install the Spring Cloud plugin
$ mvn install
-$ spring install org.springframework.cloud:spring-cloud-cli:2.0.1.BUILD-SNAPSHOT