Skip to content

Latest commit

 

History

History
19 lines (11 loc) · 724 Bytes

README.md

File metadata and controls

19 lines (11 loc) · 724 Bytes

CID - Central Catalog

The central catalog for container-images, actions and workflows usable in github.com/cidverse/cid.

Generate Index

To generate the cid-index.yaml file, use the following command:

cid registry process --input <directory>

Where is the input directory containing the files to be processed and merged. The cid-index.yaml file will be generated in the same directory as the input directory.

Update Documentation

TODO: automate this step

Documentation files for workflows and actions are generated automatically using cid docs -o <directory>. The documentation files should be committed to https://github.com/cidverse/cidverse.github.io.