spring-cloud / spring-cloud-cli

Spring Cloud CLI features
Apache License 2.0
156 stars 80 forks source link

Spring CLI did not work as document said #177

Closed donhuvy closed 2 years ago

donhuvy commented 2 years ago

Quote

The Launcher CLI can be used to run common services like Eureka, Config Server etc. from the command line. To list the available services you can do spring cloud --list, and to launch a default set of services just spring cloud. To choose the services to deploy, just list them on the command line, e.g.

$ spring cloud eureka configserver h2 kafka stubrunner zipkin

My steps

Link download https://repo.spring.io/ui/native/release/org/springframework/boot/spring-boot-cli/2.6.6/spring-boot-cli-2.6.6-bin.zip

image.png

image.png

File https://github.com/spring-cloud/spring-cloud-cli/blob/main/docs/src/main/asciidoc/spring-cloud-cli.adoc

image

donhuvy commented 2 years ago

I am missing

spring install org.springframework.cloud:spring-cloud-cli:3.0.2