Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Proper way to skip all auto-updating #1892

Open
maschwenk opened this issue Apr 20, 2024 · 1 comment
Open

Proper way to skip all auto-updating #1892

maschwenk opened this issue Apr 20, 2024 · 1 comment
Labels
question ❓ help understanding functionality or implementation triage issues and PRs that need to be triaged

Comments

@maschwenk
Copy link

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.

@maschwenk maschwenk added question ❓ help understanding functionality or implementation triage issues and PRs that need to be triaged labels Apr 20, 2024
@smyrick
Copy link
Member

smyrick commented Apr 22, 2024

If you want to lock composition to a specific version, you can pass a config file: https://www.apollographql.com/docs/rover/commands/supergraphs#yaml-configuration-file

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question ❓ help understanding functionality or implementation triage issues and PRs that need to be triaged
Projects
None yet
Development

No branches or pull requests

2 participants