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

fix(deploys): Honor --project in deploys new subcommand #2160

Merged
merged 1 commit into from
Sep 20, 2024

Conversation

szokeasaurusrex
Copy link
Member

Previously, we ignored the --project arguments passed to the sentry-cli deploys new command. Regardless of whether any --project was provided, the deploy was created for all projects associated with the given release.

Now, we respect the --project argument. If provided, we only create the deploy for the project(s) specified. If omitted, the deploy is created for all projects associated with the release, as previously.

Fixes #2156

Previously, we ignored the `--project` arguments passed to the `sentry-cli deploys new` command. Regardless of whether any `--project` was provided, the deploy was created for all projects associated with the given release.

Now, we respect the `--project` argument. If provided, we only create the deploy for the project(s) specified. If omitted, the deploy is created for all projects associated with the release, as previously.

Fixes #2156
@szokeasaurusrex szokeasaurusrex merged commit 099919a into master Sep 20, 2024
14 checks passed
@szokeasaurusrex szokeasaurusrex deleted the szokeasaurusrex/deploy-fix branch September 20, 2024 11:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Environments leaking across projects
2 participants