spring-cli
spring-cli copied to clipboard
A CLI focused on developer productivity
Running `boot add web` throws an `HttpException` when 'bad credentials' are provided. The error reported on console gives no hint about it. ```bash Getting project from https://github.com/rd-1-2022/rest-service Failed processing GitRepoUrlRef{repoUrl=https://github.com/rd-1-2022/rest-service,...
We currently use fine grained tokens which are great as you can use super narrow access rights. However those are not so great if you want to manage it on...
We still have github oauth app setup in rd-1-2022 test org. Should setup this in a `spring-cli-projects` org.
Some `ExecutionContext` instances are created. These are stateful and can be mandatory for OpenRewrite recipes. One example is dependency resolution when using a private repo configured in `settings.xml`,
While graalvm has been on a backburner lately, this issue track work to bring it back.
We currently have `msi` for windows, `rpm`/`deb` for linux. There was initial restrictions on macos `pkg` package so that if fails if package version is below `1.0.0`. Should look if...
- [ ] checksums - [ ] pgp signatures (asc files) - [ ] sbom
Hi I would be quite more convenient if there'd be some inditication of dependencies already chosen. I mean something like a list along the "dependencies" line of initializer process, I'm...