-
-
Notifications
You must be signed in to change notification settings - Fork 222
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
Upgrade to specific version #2175
Comments
Thanks for the feature suggestion @jasondentler. However, I think this feature might not be super useful; if your CI has a version of That being said, we can still add this, I am just a bit skeptical of whether it actually will improve things for you. |
Thanks @szokeasaurusrex Once this is supported, I plan to uninstall sentry-cli by hand from all our build agents. It'll install the correct new version on the next run. |
Got it – if you're able to ensure that all of your runners have a new-enough Sentry CLI version, then this would work |
I am gonna place this on our backlog, and it might take us some time to get around to it. But, please feel free to submit a PR if you would like to see this resolved sooner |
In our CI server, we pin the version of sentry-cli for repeatability. Currently, our build script has to do the following:
Adding a
--version
option tosentry-cli update
would allow us to simply update to the desired version.The text was updated successfully, but these errors were encountered: