-
Notifications
You must be signed in to change notification settings - Fork 9
Open
Labels
enhancementNew feature or requestNew feature or request
Description
It would be nice to have a cli command that checks the integrity of a release and verifies if all shared dependencies are met and installed on the cluster and give the user to ability to fix inconsistencies.
Command
$> hypper integrity-check <releasename>
Suggested output
releasename
- shared dependencies
- depA [OK]
- depB [OK]
- depC [Missing]
depC is missing, reinstall? [Y/n]
The command should walk over the whole dependency sub-tree of the specified release and take care of every dependency inside that tree recursively.
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request