Shopify / shopify-cli

Shopify CLI helps you build against the Shopify platform faster.
https://shopify.dev/tools/cli
Other
1.01k stars 201 forks source link

Fix timeout issue with the `shopify theme push` command with the `--json` flag #2683

Closed karreiro closed 2 years ago

karreiro commented 2 years ago

Fixes https://github.com/Shopify/shopify-cli/issues/2682

WHY are these changes introduced?

When users pass the --json flag, the uploader fails because it doesn't have a progress bar to update.

WHAT is this pull request doing?

Now, the Syncer::Uploader handles the progress bar as an optional dependency.

How to test your changes?

Post-release steps

None.

Update checklist