Hi! Thanks for your interest in contributing to Inngest!
The following instructions will help you build and run the Inngest CLI locally.
- Clone this repository
- Build the CLI by running
make dev
- Your recently built CLI will be available at
./dist/innest_[system_arch]/inngest
(e.g../dist/inngest_darwin_arm64/inngest
)
- Your recently built CLI will be available at
- Run
./dist/inngest_[system_arch]/inngest
to see the CLI in action