A
argbe.tech - news1min read
Shopify CLI 3.90.1 adds Admin API bulk operations for terminal-first workflows
Shopify CLI 3.90.1 adds commands to run Admin API queries, mutations, and bulk operations from the terminal, making it easier to operationalize large data changes with the right production guardrails.
Shopify CLI 3.90.1 adds commands to execute Admin API queries, mutations, and bulk operations from the terminal, which helps teams turn repeatable data work into scriptable workflows.
shopify app executeruns standard Admin API queries and mutations from your local CLI context.shopify app bulk executestarts bulk queries and mutations, with an optional--watchmode to follow progress.shopify app bulk statusandshopify app bulk cancellet you monitor and manage bulk operations without leaving the terminal.- If you wire these into production automation, keep the usual integration guardrails in place: rate-limit handling, retries, observability, and input/output validation.