Welcome to mage-remote-run
mage-remote-run is a Node.js CLI for working with Magento Open Source, Mage-OS, and Adobe Commerce via the REST API. It focuses on remote administration tasks like connection management, store data inspection, customers, orders, products, and tax classes.
Early stage: This tool is not yet stable and may change in breaking ways.
Quick Start
- Install the CLI or use
npx:
npm install -g mage-remote-run
# or
npx mage-remote-run --help
- Add your first connection:
mage-remote-run connection add
- Confirm the active profile and test it:
mage-remote-run connection status
mage-remote-run connection test
- Explore commands:
mage-remote-run --help
mage-remote-run website list
How It Works
The CLI stores one or more connection profiles locally, then uses the active profile to call Magento REST endpoints. Every command maps to a REST resource and prints structured output suited for scripting or quick inspection.