-
Notifications
You must be signed in to change notification settings - Fork 0
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
CLI interface to expose unified REST interface #28
Comments
Implemented a check backend which just calls the check library REST API here 850dc53. This is needed since we may want to use the CLI interface from somewhere where we don't have direct access to the backend (e.g. in GitHub pipelines) |
Started implementing a CLI in commit 06d39b1. |
Continued extending the CLI in commits 87a9bce, f103ade, bc99fb2, 49c1af8. CLI can now generate a local configuration where you can set which backends to use, with the possibility of using multiple different backends. Supports listing and using check templates, as well as creating, deleting and listing checks. Updating checks remains to be implemented, as does configuring individual settings of backends. |
No major new features but I did some general restructuring and polishing of the CLI to make it a bit more usable, specifically the configuring of the backends. I have also been working on making the error handling a bit better. |
Improved error handling. No longer crashes when failing to connect to backend |
Develop alpha version of a CLI interface that exposes the functionality of unified REST interface. (#26).
The text was updated successfully, but these errors were encountered: