Skip confirmation prompts on deploy with --force#3832
Merged
Conversation
Contributor
Author
This stack of pull requests is managed by Graphite. Learn more about stacking. |
This was referenced Jul 2, 2026
af9c736 to
b8922b7
Compare
447834a to
328151f
Compare
Contributor
|
Oxygen deployed a preview of your
Learn more about Hydrogen's GitHub integration. |
b8922b7 to
020210c
Compare
13f091b to
b337244
Compare
020210c to
3841045
Compare
b337244 to
019d75b
Compare
lucyxiang
reviewed
Jul 3, 2026
lucyxiang
approved these changes
Jul 3, 2026
graygilmore
reviewed
Jul 3, 2026
019d75b to
b941d59
Compare
3841045 to
3f36df5
Compare
b941d59 to
e2e5d2e
Compare
3f36df5 to
30d29d6
Compare
30d29d6 to
330d669
Compare
e2e5d2e to
1085989
Compare
1085989 to
fcc0333
Compare
fcc0333 to
5852064
Compare
5852064 to
a72a9b3
Compare
a72a9b3 to
286e006
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.

WHY are these changes introduced?
Fixes https://github.com/shop/issues-develop/issues/22876
shopify hydrogen deploycould still prompt for confirmation before deploying to a non-preview environment.WHAT is this pull request doing?
Allows
hydrogen deploy --forceto skip confirmation prompts about deploying to non-preview environmentsHOW to test your changes?
Use a linked Hydrogen project with an available non-preview environment:
The deploy command should proceed without the non-preview deployment confirmation prompt.