yarn upgrade-interactive
Open the upgrade interface.
Usage
$ yarn upgrade-interactiveExamples
Open the upgrade window :
yarn upgrade-interactive
Details
This command opens a fullscreen terminal interface where you can see any out of date packages used by your application, their status compared to the latest versions available on the remote registry, and select packages to upgrade.
If the --mode=<mode> option is set, Yarn will change which artifacts are
generated. The modes currently supported are:
-
skip-buildwill not run the build scripts at all. Note that this is different from settingenableScriptsto false because the latter will disable build scripts, and thus affect the content of the artifacts generated on disk, whereas the former will just disable the build step - but not the scripts themselves, which just won't run. -
update-lockfilewill skip the link step altogether, and only fetch packages that are missing from the lockfile (or that have no associated checksums). This mode is typically used by tools like Renovate or Dependabot to keep a lockfile up-to-date without incurring the full install cost.
Options
| Definition | Description |
|---|---|
| Change what artifacts installs generate |