pond-db 0.8.0

Lossless storage and hybrid search for sessions from any AI agent client
Documentation
---
source: src/main.rs
expression: sub.render_long_help().to_string()
---
Manage the automatic sync schedule.

Registers `pond sync -q` with the OS scheduler: launchd on macOS, systemd user timers (or a crontab fence) on Linux. `pond init` offers the same setup interactively.

Usage: pond schedule [OPTIONS] <COMMAND>

Commands:
  start   Register the schedule (idempotent: safe to re-run)
  stop    Remove the schedule
  status  Show whether a schedule is active
  logs    Show recent scheduled-sync output
  help    Print this message or the help of the given subcommand(s)

Options:
  -h, --help
          Print help (see a summary with '-h')

Global options:
  -v, --verbose...
          Increase logging verbosity

  -q, --quiet...
          Decrease logging verbosity

Examples:
  pond schedule start              sync every hour
  pond schedule start --every 15m
  pond schedule status
  pond schedule logs
  pond schedule stop