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

Add Project Catalog description and tags from source repository

Open daalfa opened this issue 1 year ago • 0 comments

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 list, but only if project-catalog was explicitly added with description and tag.

Screenshot 2024-02-25 at 5 05 40 PM Screenshot 2024-02-25 at 4 57 07 PM

Expected behaviour:

when adding a new project catalog without tag and description it should fetch from the remote repository project-catalog.yml

Current limitation: There is no catalog specific property in project-catalog.yml for tags and description.

daalfa avatar Feb 26 '24 01:02 daalfa