inngest / envelop-plugin-inngest

An envelop plugin that sends GraphQL response data to Inngest to help build event-driven applications.
MIT License
10 stars 3 forks source link

chore: Improves support for RedwoodJS experiment cli #108

Closed dthyresson closed 1 year ago

dthyresson commented 1 year ago

RedwoodJS has a cli command structure around preview features or "experiments".

See: https://community.redwoodjs.com/t/about-the-experimental-features-category/4752

Experimentation is the life blood of Redwood’s roadmap and velocity. These are most often created by Core Team members and published so the entire community can participate:

* is is something people are excited to try and use?
* how can it be better and more useful?
* what’s broken, missing, confusing?
* general feedback

And, most importantly, it’s a way to collaborate on initiatives that will determine the project roadmap.

This will help other RedwoodJS users discover Inngest because they can find it via

yarn rw experimental

rw experimental <command>

Run or setup experimental features

Commands:
  rw experimental inngest          Setup Inngest for background, scheduled,
                                   delayed, multi-step, and fan-out jobs
  rw experimental setup <command>  Setup experimental features
  rw experimental studio           Run the Redwood development studio

Once Inngest is setup, then the regular setup function commands can be used to generate functions.

changeset-bot[bot] commented 1 year ago

🦋 Changeset detected

Latest commit: c013a5c79dcc510a007f56cb4384b0ff1f939a35

The changes in this PR will be included in the next version bump.

This PR includes changesets to release 1 package | Name | Type | | ----------------------- | ----- | | inngest-setup-redwoodjs | Patch |

Not sure what this means? Click here to learn what changesets are.

Click here if you're a maintainer who wants to add another changeset to this PR

dthyresson commented 1 year ago

Waiting for the cli to be released into RedwoodJS canary. See: https://github.com/redwoodjs/redwood/pull/8253