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 packagesyarn 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.jsonpnpm toolsync init --config toolsync.jsonnpx toolsync init --config toolsync.jsonyarn toolsync init --config toolsync.jsonFound an issue? Have a suggestion? Open an issue on GitHub ✨.