You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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.
When adding a new project catalog with the following command:
spring project-catalog add --name name --url url --description description --tags tag1 tag2The correct information is displayed with
spring project-catalog list, but only if project-catalog was explicitly added with description and tag.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.