-
Notifications
You must be signed in to change notification settings - Fork 41
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
Enhancement to unskript-ctl CLI #269
Comments
No
|
Ability to run checks
Here the intention is to Run
Implementation Notes:
Implementation Notes:
Common Implementation
|
PR is in #242 |
Feature Request
Currently
unskript-ctl
can be used to run a given Runbook or list the existing runbooks thatare avilable in the Awesome docker. This Issue is to request enhancements to the
unskript-ctl
tool.Ability to run checks
unskript-ctl --run-checks [all | connector | failing]
Here the intention is to Run
When
all
option is selected, the unskript-ctl should find out all available checks packaged in the system and run them and report the status against each checks, these result should be logged and the user should be able to display the failed checksand display the logs from the failed checks.
When a
connector
is specified, the script should fetch all checks available in the system for that particular connector and run them/report status and log the results for later use.When
execution_id
is specified (we can get the failed execution_id from-df
display-failed option), the script should re-run the check corresponding to the the execution_id and report status and log them for later use.Ability to display failing checks
unskript-ctl --show-faling-checks [ all | connector ]
Here the intention is to show
all
option is provided, the script should display details like check id, name and timestamp of the last failure runconnector
is provided, the script should display details like check-id, name and timestamp of the last failure for that connector only.Ability to display audit logs for check runs
unskript-ctl --show-audit-trail [ all | connector | check-id ]
Here the intention is to show
passed/failed/errored
checkspassed/failed/errored
checkspassed/failed/errored
runs for the given check-idAbility to list all checks
unskript-ctl --list-checks [all | connector ]
Here the intention is to show
The text was updated successfully, but these errors were encountered: