Release Notes
Changed
--dry-run now renders the pending result version as (dry-run) instead of (none) — nothing was executed, so the version is pending, not gone (first real-user feedback).
- Updates that end on the same version are now marked
already current, making idempotent update runs explicit.
--json output is unchanged: it keeps raw values (after stays null under --dry-run).
Install sync-ai-clis 0.1.2
Install prebuilt binaries via shell script
curl --proto '=https' --tlsv1.2 -LsSf https://github.com/hyeonbungi/sync-ai-clis/releases/download/v0.1.2/sync-ai-clis-installer.sh | sh
Install prebuilt binaries via powershell script
powershell -ExecutionPolicy Bypass -c "irm https://github.com/hyeonbungi/sync-ai-clis/releases/download/v0.1.2/sync-ai-clis-installer.ps1 | iex"
Install prebuilt binaries via Homebrew
brew install hyeonbungi/tap/sync-ai-clis
Install prebuilt binaries into your npm project
npm install sync-ai-clis@0.1.2
Download sync-ai-clis 0.1.2