We’ve added a couple of small updates for keeping an eye on Shopify API versions and deprecations from your own tools.
The Mechanic CLI can now show each task’s configured Shopify API version:
mechanic tasks list
And it can list unresolved Shopify API deprecations reported by tasks in the shop:
mechanic shop deprecations
Use JSON output when you want to feed this into a script, agent, dashboard, or monitoring tool:
mechanic shop deprecations --json
This gives you another way to spot tasks that may need an API version review, without clicking through each task in the app.
Learn more:
Mechanic CLI: https://learn.mechanic.dev/platform/mechanic-cli
API tokens and task sync API: https://learn.mechanic.dev/platform/mechanic-task-sync-api