CLI Reference
GarSync uses Typer for a rich CLI experience.
Commands
sync
Sync data from Garmin Connect to local SQLite.
garsync sync --email "user@example.com" --password "pass" --db "data/garsync.db" --days 7Options:
--email: Garmin Connect email (env:GARMIN_EMAIL).--password: Garmin Connect password (env:GARMIN_PASSWORD).--db: Path to SQLite database.--days: Number of days to sync (default: 7).--full: Force full sync (ignore incremental logic).--activities-limit: Max activities to fetch (default: 100).