datalad / datalad-catalog

Create a user-friendly data catalog from structured metadata
https://datalad-catalog.netlify.app
MIT License
15 stars 12 forks source link

Testing and functionality to ensure catalog CLI output can be piped into follow-up operations #259

Closed jsheunis closed 1 year ago

jsheunis commented 1 year ago

Currently most/all commands read jsonlines data from file. Need to ensure that these commands can read from stdin.

jsheunis commented 1 year ago

Functionality added via datalad-next's ValidatedInetrface in https://github.com/datalad/datalad-catalog/pull/309