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

Limitations on `project remove`

Open BoykoAlex opened this issue 1 year ago • 0 comments

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 modulith This seems successful with output: Project 'modulith' removed Now listing projects with spring project list still contains modulith project.

We should either document that projects belonging to project-catalogs cannot be deleted with project remove as well as provide proposer output in the shell or allow this deletion.

BoykoAlex avatar Jan 18 '24 17:01 BoykoAlex