Is it ever possible to use Sailhouse in development/not production? #20
Replies: 3 comments 1 reply
-
So yeah, the intention is that people can easily create a new app which will serve as their environments as they need
Etc. What could be cool, is the ability for this to be on demand from a schema or even clone from another app. sailhouse dev --schema schema.yaml This could create an on-demand app (under the hood just a randomly generated app name). Push subscriptions would be interesting, as they're full URLs, but maybe could add a |
Beta Was this translation helpful? Give feedback.
-
This has also given me an idea similar to the Stripe CLI, where you can locally consume real-events and handle them locally. sailhouse subscribe user-created --endpoint http://localhost:8888/api/test-endpoint Mechanics of this would be fun to work out to ensure it's a short-lived thing but a nice idea regardless |
Beta Was this translation helpful? Give feedback.
-
Let's add a docs page for this? Titled something about working in different environments? |
Beta Was this translation helpful? Give feedback.
-
When creating apps, topics and subscriptions, developers will want to create and connect to Sailhouse "dev" apps, with separate topics and subscriptions for development purposes — as not to pollute production data.
How could we connect Sailhouse to localhost, for example?
Additionally, larger teams may want even more control over sending events to more environments, including staging and testing environments.
Beta Was this translation helpful? Give feedback.
All reactions