Closed karreiro closed 2 years ago
Fixes https://github.com/Shopify/shopify-cli/issues/2682
When users pass the --json flag, the uploader fails because it doesn't have a progress bar to update.
--json
Now, the Syncer::Uploader handles the progress bar as an optional dependency.
Syncer::Uploader
shopify-dev theme push -u -t abc1 --json
None.
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?
shopify-dev theme push -u -t abc1 --json
Post-release steps
None.
Update checklist