You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If something is not installed, there should be an option to ignore installations for upgrades.
Something like --skip-if-not-installed or --only-upgrade-installed (or something like that).
#Release Notes
Provide a feature switch skipPackageUpgradesWhenNotInstalled that can
be overridden in the upgrade command with either --skip-if-not-installed or --install-if-not-installed (the
later only being necessary when the feature switch has been flipped on).
The text was updated successfully, but these errors were encountered:
Previously, if a package was not installed, during upgrade it would
install the package to meet the end state of having a package installed
and up to the latest version. However in some cases, it may be desired
to have the installation skip those packages and continue on, passing a
successful exit code instead of a failure like it would with
`--fail-on-not-installed` (which has similar behavior).
Provide a feature switch `skipPackageUpgradesWhenNotInstalled` that can
be overridden in the upgrade command with either
`--skip-if-not-installed` or `--install-if-not-installed` (the
later only being necessary when the feature switch has been flipped on).
If something is not installed, there should be an option to ignore installations for upgrades.
Something like
--skip-if-not-installed
or--only-upgrade-installed
(or something like that).#Release Notes
Provide a feature switch
skipPackageUpgradesWhenNotInstalled
that canbe overridden in the upgrade command with either
--skip-if-not-installed
or--install-if-not-installed
(thelater only being necessary when the feature switch has been flipped on).
The text was updated successfully, but these errors were encountered: