Sign inSign up

seebi/cimd

By seebi

•Updated over 1 year ago

Collect and share metadata of CI/CD processes.

Image
Developer tools
1

2.4K

seebi/cimd repository overview

⁠cimd

Collect and share metadata of CI/CD processes.

cimd is an acronym for Continuous Integration Meta Data.

workflow pypi version license poetry ruff mypy copier

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.

Tag summary

Content type

Image

Digest

sha256:3f7ad0963…

Size

94.8 MB

Last updated

over 1 year ago

docker pull seebi/cimd