Allow tunnel exposure for certain services #10
jaydrogers
started this conversation in
Ideas
Replies: 1 comment
-
This is gold dust! Wen |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
👉 Describe the problem
Developers need to be able to expose their development environments to the world for testing webhooks or getting feedback from Co-Workers.
👥 Problem evidence & reach
This would only affect a percentage of developers who need to use webhooks or ones who work in teams.
Laravel Sail is also doing this: https://github.com/laravel/sail/blob/1.x/bin/sail
🥰 Describe the "impact" on users?
Developers would be pretty excited about this since they can share stuff without committing. It would also speed up development.
🏆 How to solve this problem
Services to integrate with:
💯 How do we validate the problem is solved?
Developers should be able to easily share their work with a simple command (like
spin share
).Beta Was this translation helpful? Give feedback.
All reactions