From claude-sync
Pushes local Claude Code sessions to cloud storage. Verifies claude-sync configuration, shows pending changes, executes push, and reports files uploaded, errors, or conflicts.
npx claudepluginhub tawanorg/claude-sync --plugin claude-sync# Sync Push Push local changes to cloud storage. ## Check Configuration First verify claude-sync is configured: If not configured, tell the user to run `/sync-init` first. ## Show Pending Changes Show what will be uploaded: ## Push Changes Execute the push: ## Report Results After the push completes: - Report how many files were uploaded - Note any errors or conflicts - Remind user they can run `/sync-status` to verify
Push local changes to cloud storage.
First verify claude-sync is configured:
test -f ~/.claude-sync/config.yaml && echo "configured" || echo "not configured"
If not configured, tell the user to run /sync-init first.
Show what will be uploaded:
claude-sync status
Execute the push:
claude-sync push
After the push completes:
/sync-status to verify