rekor databases

Manage databases

Subcommands

rekor databases list

List all databases

  • --tag — Filter by tag

rekor databases get

Get a database

rekor databases create

Create a database

  • --name — Database name
  • --description — Description
  • --tags — Comma-separated tags (e.g., client:acme,billing)

rekor databases tag

Set tags on a database

  • --tags — Comma-separated tags (e.g., client:acme,billing)

rekor databases delete

Delete a database

rekor databases create-preview

Create a preview database linked to a production database

  • --name — Preview database name
  • --description — Description

rekor databases list-previews

List preview databases for a production database

rekor databases promote

Promote config from a preview database to production (human-only)

  • --from — Source preview database ID
  • --dry-run — Show what would change without applying

rekor databases rollback

Rollback a promotion (human-only)

  • --promotion — Promotion ID to rollback

rekor databases promotions

List promotion history for a production database