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.--waitflag – optionally wait for the job to complete before exiting, with live status updates.
npx altera job run abc123See the CLI documentation for full usage details. Update to the latest CLI with npx altera@latest.

