spring-cloud-cli icon indicating copy to clipboard operation
spring-cloud-cli copied to clipboard

Spring Cloud CLI features

Results 39 spring-cloud-cli issues
Sort by recently updated
recently updated
newest added

If you visit the documentation https://cloud.spring.io/spring-cloud-cli/reference/html/ the install step ``` mvn install ``` is unclear. At this point / on this page, it is not clear that `mvn install` has...

``` $ spring encrypt "cli encrypted value" --key foobar Unable to initialize due to invalid secret key ``` It would be nice to have a better error message suggesting to...

enhancement

Hi all, i'm trying to use Spring Cloud launcher but it failed to start any services: ``` C:\Projets>mvn -version Apache Maven 3.3.9 (bb52d8502b132ec0a5a3f4c09453c07478323dc5; 2015-11-10T17:41:47+01:00) Maven home: C:\Programs\apache-maven-3.3.9 Java version: 1.8.0_91,...

documentation

The "thin" profile works (--thin.profile=thin makes the deployer switch to the thin deployer), but the "rabbit" profiles doesn't (only the deployer runs with Rabbit, and the apps that are deployed...

bug

The process is started, but there are issues with builds on circle

Started description howto get Spring Boot CLI installed on windows 1. Install GVM (http://sdkman.io/) PowerShell Commandlet (https://github.com/flofreud/posh-gvm) Start Windows Power Shell execute: ` (new-object Net.WebClient).DownloadString(`https://raw.githubusercontent.com/flofreud/posh-gvm/master/GetPoshGvm.ps1`) | iex ` You should...

Hi, I have documentation improvement proposition. You can mention in the documentation that Spring Cloud CLI won't work with Spring Boot CLI 3, as it dropped several commands needed by...