-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
idempotent #181
Comments
I don't think it's exactly what you're asking for, but I've considered adding a I want bindown to remain simple, so I probably won't add anything as complex as a proxy. As I'm writing this, I have the germ of an idea for an alternative that could be a functional alternative. A new command |
Hey you def got the intent, and I appreciate your review and thoughts. I concur. Shell scripts are simple and cross platform with "wiggle room" too. |
I've been thinking more about "generate-wrappers", and I think I'm going to add something like that soon. Instead of a separate command, I'm thinking |
Hey @WillAbides thanks for considering this “ serverless” pattern. Then I can call a binary that is not there yet. I guess we can trap the std out and std error etc coming out of the binary that is being invoked. Perhaps even divert it to the cli . Lots of possibilities. This reminds me a bit of overmind which I use. It’s able to trap the TTY ( I think that’s the correct term ). |
any thoughts on the ability to declare the bins you need on a project and then have a way for the bins to be pulled as requested.
https://github.com/aquaproj/aqua is a similar project and it has the concept of a proxy. When you make a call to a bin, it will pull it down and then let the call pass through to execute that bin. here it is: https://github.com/aquaproj/aqua-proxy
The text was updated successfully, but these errors were encountered: