@inngest/deployx

v0.1.1
Experimental deployment patterns from Inngest

@inngest/deployx

⚠️ Experimental deploys. ⚠️

Deploy an SDK function using the following command. This requires the inngest-cli to be installed and you need to be logged in.

npm install -g inngest-cli
inngest login
# Deploy to the Test workspace
npx @inngest/deployx ./inngest/my-function.ts
# Deploy to the Production workspace
npx @inngest/deployx --prod ./inngest/my-function.ts

Development

To test this locally, from this package run npm link then you'll be able to use the bin globally on your machine:

inngest_deployx ./inngest/myFunction.ts
npm i @inngest/deployx

Metadata

  • MIT
  • Whatever
  • Unknown
  • released 11/8/2022

Downloads