Toolsync

Updating Toolsync

How to update Toolsync packages in your project.


Update Packages

bun update -r --latest '@toolsync/*'
pnpm up -r --latest '@toolsync/*'
npm up @toolsync/cli@latest @toolsync/builtin@latest # potentially other @toolsync packages
yarn upgrade --latest --scope '@toolsync'

Update tools config

After updating the packages, it's a good idea to run toolsync init to ensure that all configuration files are up to date and potentially enable newly added plugins:

bun toolsync init --config toolsync.json
pnpm toolsync init --config toolsync.json
npx toolsync init --config toolsync.json
yarn toolsync init --config toolsync.json

Found an issue? Have a suggestion? Open an issue on GitHub ✨.

On this page


Edit this page on GitHub

Last modified: 2026-01-07