Skip to content
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

Add support to crashd_config to declare required local programs #99

Open
vladimirvivien opened this issue Jul 2, 2020 · 0 comments
Open

Comments

@vladimirvivien
Copy link
Contributor

As a script developer, I should be able to specify required program used in the script. If the program is not found or not installed, the script should fail fast. Example:

crashd_config(requires=["docker", "ssh"])

In the previous snippet, if program docker and ssh are not found on the local machine's execution path, the script should fail.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant