Skip to main content
  1. Altera Changelog/

Re-run jobs from the CLI

Try Altera for free

Import and export Shopify data with ease. Matrixify-compatible.

Available on Shopify App Store

You can now re-run any existing job straight from the command line with npx altera job run <jobId>. Set it up in a cron job, wire it into a CI/CD pipeline, or just trigger an export without opening the browser.


🚀 What’s New
#

  • job run <jobId> – triggers a new run on an existing import or export job. The job runs in the background on Altera’s servers.
  • --wait flag – optionally wait for the job to complete before exiting, with live status updates.
npx altera job run abc123

See the CLI documentation for full usage details. Update to the latest CLI with npx altera@latest.