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
It'd be kinda nice if the auto-updating behavior was opt in. I work on a 100+ engineer monorepo and we want to tightly control these upgrades and ideally make sure they are lockstep with CI and prod.
The text was updated successfully, but these errors were encountered:
Description
It seems like
rover
has--skip-update-check
All the plugins have
--skip-update
So if I want to enforce that neither of these update themselves I have to run like so?
rover --skip-update-check supergraph compose --skip-update
It'd be kinda nice if the auto-updating behavior was opt in. I work on a 100+ engineer monorepo and we want to tightly control these upgrades and ideally make sure they are lockstep with CI and prod.
The text was updated successfully, but these errors were encountered: