rekor bases
Manage bases
Subcommands
rekor bases list
List all bases
--tag <tag>— Filter by tag
rekor bases get <id>
Get a database
rekor bases create <id>
Create a database
--name <name>— Base name--description <desc>— Description--tags <tags>— Comma-separated tags (e.g., client:acme,billing)
rekor bases tag <id>
Set tags on a database
--tags <tags>— Comma-separated tags (e.g., client:acme,billing)
rekor bases delete <id>
Delete a database
-y, --yes— Skip confirmation prompt
rekor bases create-preview <production-id>
Create a preview database linked to a production database
--name <name>— Preview database name--description <desc>— Description--integrations <mode>— enabled (default) | disabled. `disabled` makes this preview a seeded, prod-safe agent-eval target: every external integration edge is inert and it behaves natively
rekor bases list-previews <production-id>
List preview bases for a production database
rekor bases promote <production-id>
Promote config from a preview database to production (human-only)
--from <preview-id>— Source preview database ID--dry-run— Show what would change without applying
rekor bases rollback <production-id>
Rollback a promotion (human-only)
--promotion <promotion-id>— Promotion ID to rollback
rekor bases promotions <production-id>
List promotion history for a production database