Synopsis
Description
sync orchestrates cross-platform synchronization between profClaw and connected integrations (GitHub, Jira, Linear). It pulls new tickets and issues into the profClaw task queue, pushes status updates back to the source, and keeps bi-directional state in sync.
Subcommands
| Subcommand | Description |
|---|---|
all | Sync all configured integrations |
github [repo] | Sync GitHub issues (all repos or a specific one) |
jira [project] | Sync Jira tickets (all projects or a specific one) |
linear [team] | Sync Linear issues (all teams or a specific one) |
status | Show last sync time and result for each integration |
sync all
Show what would be synced without making changes.
Output sync results as JSON.
sync github [repo] / sync jira [project] / sync linear [team]
Preview changes without applying them.
Force a full resync even if items appear unchanged.
Maximum items to sync per integration.
Output as JSON.
Examples
Sync Configuration
Configure sync behavior per integration inconfig/settings.yml:
Related
profclaw github- GitHub integration commandsprofclaw jira- Jira integration commandsprofclaw linear- Linear integration commandsprofclaw task- View synced tasks