Shopify CLI: allow non-interactive Hydrogen upgrade #3743
z0n
started this conversation in
Ideas + Feature Requests
Replies: 1 comment
|
I prepared a PR for the first issue: |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Hi! I just tried to create an agent skill that automates the Shopify Hydrogen upgrade and I stumbled upon two issues:
shopify hydrogen upgradecan't run non-interactively. I tried the--forceflag but that only skips some checks. I still need to confirm the prompt:shopify hydrogen upgradealready tries to upgrade but an overview like the one you get when runningshopify hydrogen devwould be nice:That one isn't a big issue as I can just use the npm registry to check for new versions but a built-in method would be an improvement.
All reactions