spring-cli
spring-cli copied to clipboard
A CLI focused on developer productivity
When adding a new project catalog with the following command: `spring project-catalog add --name name --url url --description description --tags tag1 tag2` The correct information is displayed with `spring project-catalog...
When authentication flow wait/poll github, it'd be nice if some feedback is given to a user.
Add support equivalent to maven functionality for merging existing projects into the current project.
Spike on a solution that allows users to execute recipes by name. A new "Recipe Catalog" has mappings from the Recipe name to the recipe's artifact. The Recipe Catalog also...
This is mostly around jreleaser to fix/change/polish metadata/naming/etc. - [x] description - [x] long description - [x] vendor id - [x] homepage - [ ] authors - [ ] tags
This command i think would be useful for the IDE for the user to select the user defined command for execution. Perhaps it is enough just to implement the JSON...
It'd be useful for IDE integration of Spring CLI to support JSON output option for commands listing projects, catalogs etc. Thus rather than receiving a difficult to parse ASCII table...
Currently if I attempt to remove a project that was brought in by a project catalog it won't be removed from the list of projects. Try: `spring project remove --name...
Extract custom AddDependency from #144