Skip to content

CLI‑skip created before

rhoopr edited this page May 26, 2026 · 4 revisions

--skip-created-before

Skip assets created before a date or relative interval.

Usage

kei sync --skip-created-before 2024-01-01
kei sync --skip-created-before 30d

Details

  • Default: none
  • Type: ISO date or interval string
  • TOML key: [filters].skip_created_before

Accepted formats:

Format Example Meaning
ISO date 2024-01-01 Skip assets created before this date
Interval 30d Skip assets older than 30 days from now

Use the TOML key for a permanent mirror scope. Use the CLI flag for one run.

Related

Commands

Getting Started

Features

Clone this wiki locally