rekor record-types

Manage record_types

Subcommands

rekor record-types list

List all record_types in a database

rekor record-types get <id>

Get a record_type

rekor record-types upsert <id>

Create or update a record_type

  • --name <name> — RecordType name
  • --description <desc> — Description
  • --schema <json> — JSON Schema (inline JSON or @filename)
  • --icon <icon> — Icon name
  • --color <color> — Hex color
  • --sources <json> — External sources config (inline JSON or @filename)

rekor record-types delete <id>

Delete a record_type

  • -y, --yes — Skip confirmation prompt

rekor record-types history <id>

View the change history (audit log) for a record_type — every schema/config version, who changed it, and when

  • --limit <n> — Max results
  • --offset <n> — Pagination offset
  • --diff — Include field-level diffs between versions