tynd upgrade
tynd upgrade
tynd upgrade -y # skip confirmationUpdates @tynd/cli, @tynd/core, and @tynd/host to the latest stable versions in the current project’s package.json, then runs bun install.
Flags
| Flag | Effect |
|---|---|
-y, --yes | Skip the confirmation prompt |
Global flags: --verbose, --quiet.
What it does
- Queries the npm registry for the newest
latest-tagged version of each package. - Writes the new versions into
package.json. - Runs
bun installto updatebun.lockand re-fetch binaries (@tynd/host’s postinstall re-downloads the matching native host).
After upgrading
- Major versions — read the release notes for breaking changes.
- Flush the cache —
tynd clean. A new@tynd/coremay invalidate bundled artifacts. - Rebuild —
tynd buildto confirm packaging and launch are clean.
Related
tynd clean— flush cache after upgrade.- Troubleshooting.
Last updated on