Mage Remote Run
Mage Remote Run is a CLI toolkit for operating Adobe Commerce, Magento Open Source, and Mage-OS environments remotely. It supports SaaS, Cloud/PaaS, and on-premise deployments with commands covering stores, customers, orders, products, inventory, shipments, webhooks, imports, and more. Output can be rendered as text, JSON, or XML.
Core guidance
- Prefer concrete
mage-remote-runcommand examples over abstract descriptions. - Match the command set to the deployment type when relevant (SaaS-only, Adobe Commerce-only, on-prem/PaaS-only).
- Mention
--format jsonwhen machine-readable output may be useful. - For write or delete actions, call out confirmation, force flags, or environment-specific limitations.
- If the user is working with AI tooling, consider MCP mode and its filtering model.
Reference files
Load these as needed:
- references/connection-env.md — Connection profiles, authentication, configuration, and environment variables
- references/commerce-commands.md — Website, store, customer, order, product, cart, shipment, inventory, company (B2B), EAV, tax, and module commands
- references/integration.md — Webhooks (SaaS), Adobe I/O Events, imports (JSON/CSV), and manual REST API calls
- references/filtering.md — Filtering syntax, operators, and examples for list commands
- references/advanced.md — MCP server mode, interactive console (REPL), and plugin development