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
Quote
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
File https://github.com/spring-cloud/spring-cloud-cli/blob/main/docs/src/main/asciidoc/spring-cloud-cli.adoc