Help us improve
Share bugs, ideas, or general feedback.
From claude-sync
Checks for and installs updates to the claude-sync CLI, reports current/latest versions, reminds to restart terminal, and suggests npm/direct download alternatives if needed.
npx claudepluginhub tawanorg/claude-sync --plugin claude-syncHow this command is triggered — by the user, by Claude, or both
Slash command
/claude-sync:sync-updateFiles this command reads when invoked
The summary Claude sees in its command listing — used to decide when to auto-load this command
# Sync Update Check for and install updates to the claude-sync CLI. ## Check for Updates First check if an update is available: ## Install Update If an update is available and user wants to install: ## Report Results After the check/update: - Report current version and latest available - If update was installed, remind user to restart their terminal - If already up to date, confirm current version ## Alternative Installation Methods If the update command fails, suggest alternatives: **npm:** **Direct download:**
/update-pluginUpdates plugins from the marketplace interactively with version detection, automatic backup, verification, and rollback on failure. Supports --check-only, --yes, --json, and other flags.
/updatePulls the latest Forge plugin from upstream, detects install method (git checkout, marketplace cache, custom), runs safe updates or checks, reports version delta.
/updateChecks for eforge updates and guides updating the npm CLI package, restarting the daemon if no builds running, and updating the Claude Code plugin.
/updateDetects cc-hooks installation mode (plugin or standalone), checks for updates, and installs them if available via bash.
/updateChecks the current plugin version against the marketplace and guides the user through applying available updates.
/forge-updateUpdates Claude Forge framework to latest remote git version after security validation. Supports --check-only to verify updates and --force to stash local changes before pulling.
Share bugs, ideas, or general feedback.
Check for and install updates to the claude-sync CLI.
First check if an update is available:
claude-sync update --check
If an update is available and user wants to install:
claude-sync update
After the check/update:
If the update command fails, suggest alternatives:
npm:
npm update -g @tawandotorg/claude-sync
Direct download:
# macOS ARM
curl -L https://github.com/tawanorg/claude-sync/releases/latest/download/claude-sync-darwin-arm64 -o /usr/local/bin/claude-sync
chmod +x /usr/local/bin/claude-sync