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
sync all
boolean
Show what would be synced without making changes.
boolean
Output sync results as JSON.
sync github [repo] / sync jira [project] / sync linear [team]
boolean
Preview changes without applying them.
boolean
Force a full resync even if items appear unchanged.
string
default:"100"
Maximum items to sync per integration.
boolean
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