When running data validate for data package that doesn't have a name or title, data-cli reports no error. Even though it is validated locally it will not be processed on the website as it has name or title missing.
Acceptance Criteria
[ ] when running data validate in a folder with datapackage.json that doesn't have name or title, the user should get an error message.
Tasks
[ ] data validate should check whether datapackage.json has name and title fields
[ ] If the name or title is not there, a descriptive error should be printed, telling the user that name or title should be added
Created by: @Branko-Dj
When running
data validate
for data package that doesn't have a name or title, data-cli reports no error. Even though it is validated locally it will not be processed on the website as it has name or title missing.Acceptance Criteria
data validate
in a folder with datapackage.json that doesn't have name or title, the user should get an error message.Tasks
data validate
should check whetherdatapackage.json
has name and title fields