-
Notifications
You must be signed in to change notification settings - Fork 77
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
Allow arbitrary command (via child process?) #87
Comments
@sadams I have the same need. By custom command (CLI) the need is quite easily covered. I feel like the protocol could be And for example waiting for not-empty directory #96 could look like
It covers a few topics at once in the issues
For Linux family systems the tool is brilliant. For Windows, it could take more effort to cover all mentioned needs in the issues. I feel like a lot of people are using So, |
@jeffbski I follow up, about improving the functionality of the |
I currently use wait-on for http but have to write something separate for other cases.
E.g. because mysql listens on it's port even when it's not ready to accept connections, i do something like this:
But if wait-on supported a
command
resource i could do this:npx wait-on http://somehttpcheck "command:mysqladmin ping -h$DB_HOST"
I'm not sure
command
is the right naming but hopefully the intention is clear.The text was updated successfully, but these errors were encountered: