spring-cli
spring-cli copied to clipboard
A CLI focused on developer productivity
Add a simple Recipe Catalog as YAML in `src/main/resources`. The catalog declares one recipe `AddLicenseHeader` which can be applied by `spring recipe-catalog apply `.
For windows users we should integrate with winget package manager. This is an epic as it's going to be multiple steps before we have a working release flow. - [x]...
In the current reference guide, the `spring boot new` command is [described as](https://docs.spring.io/spring-cli/reference/creating-new-projects.html): > The spring boot new command makes it easy to create Spring Boot applications. Then later on...
Should be able to use local files and some sanity checks where `from` points to. ``` $ spring boot add --from file:/// --path . Could not resolve project name file:///...
We should simply fail if `.spring/commands/hello/new` exists. ``` 15:02 $ spring command new Created user defined command: /home/jvalkealahti/repos/jvalkeal/spring-cli/dogfood/.spring/commands/hello/new 15:02 $ ls -lt .spring/commands/hello/new total 8 -rw-rw-r-- 1 jvalkealahti jvalkealahti 231...
The sample project catalogue got moved, so the current documented URL leads to a 404.
This is a work to move from fine-grained tokens into github app based tokens.
Remove an extra backtick (´) in main documentation.
It would be nice if spring-cli could be works with AzureDevOps with hosts configurations like Gitlab