feat: add bridgehead check command (#342)

This commit is contained in:
Jan
2025-09-30 11:47:51 +02:00
committed by GitHub
parent 00b10f3ae6
commit eab7700404
3 changed files with 79 additions and 1 deletions

View File

@@ -53,7 +53,7 @@ checkOwner(){
}
printUsage() {
echo "Usage: bridgehead start|stop|logs|docker-logs|is-running|update|install|uninstall|adduser|enroll PROJECTNAME"
echo "Usage: bridgehead start|stop|logs|docker-logs|is-running|update|check|install|uninstall|adduser|enroll PROJECTNAME"
echo "PROJECTNAME should be one of ccp|bbmri|cce|itcc|kr|dhki"
}