Skip to content

Latest commit

 

History

History
23 lines (15 loc) · 577 Bytes

File metadata and controls

23 lines (15 loc) · 577 Bytes

The CLI dev command runs a server for your tasks. It watches for changes in your /trigger directory and communicates with the Trigger.dev platform to register your tasks, perform runs, and send data back and forth.

It can also update your @trigger.dev/* packages to prevent version mismatches and failed deploys. You will always be prompted first.

npx trigger.dev@latest dev
pnpm dlx trigger.dev@latest dev
yarn dlx trigger.dev@latest dev