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

A CLI focused on developer productivity

Results 73 spring-cli issues
Sort by recently updated
recently updated
newest added

User should be able to login into gitlab instance in a same way `github auth login` works. It should just be host and pasting a token so that user level...

type/enhancement

On https://spring.io/projects/spring-cli#learn 0.7.4 links to https://docs.spring.io/spring-cli/reference/index.html, which actually shows the documentation for version 0.9.0. I would expect to see the following entries, with https://docs.spring.io/spring-cli/reference/${version} as the generic URL pattern: *...

This PR adds a new `enhance-response` command to the Spring Cli. Context: We are working on a copilot chat agent prototype in Spring tools. As part of this, the chat...

Not saying this project is the right one per say, but it was causing me issues to leverage the project as was listed.

The command `spring boot new --from ai --name myai` thrown an error Error : `Failed processing GitRepoUrlRef{repoUrl=https://github.com/rd-1-2022/spring-gs-catalog, subPath='null', ref='null'}%` To reproduce : - OS : macOS Sonoma 14.7 Installation :...

Latest version here indicates 0.7.4 https://spring.io/projects/spring-cli#learn while in documentation version is 0.9.0 https://docs.spring.io/spring-cli/reference/index.html

agreement on https://github.com/spring-projects/spring-cli/blob/main/CONTRIBUTING.adoc doesn't exist https://cla.pivotal.io/sign/spring

Proposed Fix for ProjectMerger.mergeMavenPlugins Issue see: https://github.com/spring-projects/spring-cli/issues/217 Discovered while working on a project that was trying to merge some openapi plugin tooling. The ConversionUtil code was returning strings with xml...

ConversionUtils returns xmlStrings with xml declarations because Xpp3Dom.toString() and JAXB.marshal return strings with xml declarations. ```xml true ``` in `ProjectMerger.mergeMavenPlugins` we are passing these xmlStrings into openrewrite recipes with the...