Security News
pnpm 10.0.0 Blocks Lifecycle Scripts by Default
pnpm 10 blocks lifecycle scripts by default to improve security, addressing supply chain attack risks but sparking debate over compatibility and workflow changes.
inngest-cli
Advanced tools
Inngest is an open-source, event-driven platform which makes it easy for developers to build, test, and deploy serverless functions without worrying about infrastructure, queues, or stateful services.
Using Inngest, you can write and deploy serverless step functions which are triggered by events without writing any boilerplate code or infra. Learn more at https://www.inngest.com.
Inngest makes it simple for you to write delayed or background jobs by triggering functions from events — decoupling your code from your application.
Inngest abstracts the complex parts of building a robust, reliable, and scalable architecture away from you so you can focus on writing amazing code and building applications for your users.
We created Inngest to bring the benefits of event-driven systems to all developers, without having to write any code themselves. We believe that:
Read more about our vision and why this project exists
curl -sfL https://cli.inngest.com/install.sh | sh \
&& sudo mv ./inngest /usr/local/bin/inngest
# or via npm
npm install -g inngest-cli
--trigger
flag to specify the event name:inngest init --trigger demo/event.sent
inngest run
-p
flag to specify the port for the Event API.inngest dev -p 9999
KEY
.curl -X POST --data '{"name":"demo/event.sent","data":{"test":true}}' http://127.0.0.1:9999/e/KEY
That's it - your hello world function should run automatically! When you inngest deploy
your function to Inngest Cloud or your self-hosted Inngest. Here are some more resources to get you going:
Fundamentally, there are two core pieces to Inngest: events and functions. Functions have several sub-components for managing complex functionality (eg. steps, edges, triggers), but high level an event triggers a function, much like you schedule a job via an RPC call to a queue. Except, in Inngest, functions are declarative. They specify which events they react to, their schedules and delays, and the steps in their sequence.
Inngest's architecture is made up of 6 core components:
And, in this CLI:
To learn how these components all work together, [check out the in-depth architecture doc](To learn how these components all work together, check out the in-depth architecture doc. For specific information on how the DevServer works and how it compares to production read this doc. ).
We’re excited to embrace the community! We’re happy for any and all contributions, whether they’re feature requests, ideas, bug reports, or PRs. While we’re open source, we don’t have expectations that people do our work for us — so any contributions are indeed very much appreciated. Feel free to hack on anything and submit a PR.
FAQs
The event-driven queue for any language.
The npm package inngest-cli receives a total of 21,200 weekly downloads. As such, inngest-cli popularity was classified as popular.
We found that inngest-cli demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 0 open source maintainers collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
pnpm 10 blocks lifecycle scripts by default to improve security, addressing supply chain attack risks but sparking debate over compatibility and workflow changes.
Product
Socket now supports uv.lock files to ensure consistent, secure dependency resolution for Python projects and enhance supply chain security.
Research
Security News
Socket researchers have discovered multiple malicious npm packages targeting Solana private keys, abusing Gmail to exfiltrate the data and drain Solana wallets.