2019-07-09 16:39:59 +02:00
2018-10-02 12:02:13 +02:00
2019-03-20 15:38:01 -05:00
2018-08-01 14:05:19 +01:00
2019-07-09 16:39:59 +02:00
2018-10-02 11:50:19 +02:00
2019-03-07 13:45:59 +01:00
2015-03-20 11:48:07 +00:00
2019-03-21 11:15:30 -05:00
2019-03-11 23:21:57 -04:00
2019-03-11 23:21:57 -04:00
2019-06-19 16:42:01 -04:00
2019-07-09 16:39:59 +02:00

////
DO NOT EDIT THIS FILE. IT WAS GENERATED.
Manual changes to this file will be lost when it is generated again.
Edit the files in the src/main/asciidoc/ directory instead.
////

image:https://circleci.com/gh/spring-cloud/spring-cloud-cli.svg?style=svg["CircleCI", link="https://circleci.com/gh/spring-cloud/spring-cloud-cli"]

Spring Boot CLI provides https://projects.spring.io/spring-boot[Spring
Boot] command line features for https://github.com/spring-cloud[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. With the Launcher CLI you
can launch services like Eureka, Zipkin, Config Server
conveniently all at once from the command line (very useful at
development time).


== Installation

To install, make
sure you have
https://github.com/spring-projects/spring-boot[Spring Boot CLI]
(2.0.0 or better):

    $ spring version
    Spring CLI v2.2.0.BUILD-SNAPSHOT

E.g. for SDKMan users

```
$ sdk install springboot 2.2.0.BUILD-SNAPSHOT
$ sdk use springboot 2.2.0.BUILD-SNAPSHOT
```

and install the Spring Cloud plugin

```
$ mvn install
$ spring install org.springframework.cloud:spring-cloud-cli:2.2.0.BUILD-SNAPSHOT
```

IMPORTANT: **Prerequisites:** to use the encryption and decryption features
you need the full-strength JCE installed in your JVM (it's not there by default).
You can download the "Java Cryptography Extension (JCE) Unlimited Strength Jurisdiction Policy Files"
from Oracle, and follow instructions for installation (essentially replace the 2 policy files
in the JRE lib/security directory with the ones that you downloaded).

== Building

Unresolved directive in README.adoc - include::https://raw.githubusercontent.com/spring-cloud/spring-cloud-build/master/docs/src/main/asciidoc/building.adoc[]

== Contributing

Unresolved directive in README.adoc - include::https://raw.githubusercontent.com/spring-cloud/spring-cloud-build/master/docs/src/main/asciidoc/contributing.adoc[]
Description
No description provided
Readme 3.7 MiB
Languages
Java 97.3%
XSLT 1.6%
Ruby 1.1%