-
-
Notifications
You must be signed in to change notification settings - Fork 229
What's --started
option in sentry-cli releases finalize
for?
#2481
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
Comments
Hi @phuctm97, thanks for raising this issue. The
However, after testing it just now, the option does not seem to work as expected. I am going to investigate further and will let you know once I have more information. |
Isn't
|
Releases in Sentry have two timestamps associated with them: the "Created" date and the "Finalized" date. These are both displayed on the releases page, as displayed in the screenshot below. By default, if you don't pass the timestamps, when you create a release in Sentry CLI with The In most cases, you should not need to provide either argument. |
I think an easy fix for this is to just remove the |
Yeah, that might be what we end up doing |
I'm using Sentry Releases & Deploys to manage my project's releases and deployments. I saw that the
sentry-cli releases finalize
command has 2 timestamp options:--started
and--released
.The
--released
option is easy to understand are documented properly. However, the--started
option is not documented and I'm not sure what it means, especially how is it different from the--released
option and how they should be used together.The text was updated successfully, but these errors were encountered: