Collect and share metadata of CI/CD processes.
2.4K
Collect and share metadata of CI/CD processes.
cimd is an acronym for Continuous Integration Meta Data.
This dockerized command line tool allows for creation and extension of metadata.json documents as described on https://github.com/seebi/cimd
The working directory is /data, so a typical run looks like this:
$ docker run -i -t --rm -v .:/data seebi/cimd
Usage: cimd [OPTIONS] COMMAND [ARGS]...
Continuous Integration MetaData Command Line Interface
This tool allows for creation and extension of __metadata__.json documents
as described on https://github.com/seebi/cimd
Options:
-f, --file TEXT The used metadata JSON file. [default: __metadata__.json]
-d, --debug Enable output of debug information.
-h, --help Show this message and exit.
Commands:
add Add a metadata item.
delete Delete a metadata item.
extract Scrape and collect metadata from sources.
get Get data of a metadata item.
list List metadata items.
Content type
Image
Digest
sha256:3f7ad0963…
Size
94.8 MB
Last updated
over 1 year ago
docker pull seebi/cimd