File tree Expand file tree Collapse file tree 3 files changed +549
-0
lines changed
plugins/openshift/commands Expand file tree Collapse file tree 3 files changed +549
-0
lines changed Original file line number Diff line number Diff line change @@ -138,6 +138,7 @@ OpenShift development utilities and helpers
138138
139139** Commands:**
140140- ** ` /openshift:bump-deps ` ` <dependency> [version] [--create-jira] [--create-pr] ` ** - Bump dependencies in OpenShift projects with automated analysis and PR creation
141+ - ** ` /openshift:cluster-health-check ` ` "[--verbose] [--output-format]" ` ** - Perform comprehensive health check on OpenShift cluster and report issues
141142- ** ` /openshift:create-cluster ` ` "[release-image] [platform] [options]" ` ** - Extract OpenShift installer from release image and create an OCP cluster
142143- ** ` /openshift:destroy-cluster ` ` "[install-dir]" ` ** - Destroy an OpenShift cluster created by create-cluster command
143144- ** ` /openshift:new-e2e-test ` ` [test-specification] ` ** - Write and validate new OpenShift E2E tests using Ginkgo framework
Original file line number Diff line number Diff line change 447447 "synopsis" : " /openshift:bump-deps <dependency> [version] [--create-jira] [--create-pr]" ,
448448 "argument_hint" : " <dependency> [version] [--create-jira] [--create-pr]"
449449 },
450+ {
451+ "name" : " cluster-health-check" ,
452+ "description" : " Perform comprehensive health check on OpenShift cluster and report issues" ,
453+ "synopsis" : " /openshift:cluster-health-check [--verbose] [--output-format json|text]" ,
454+ "argument_hint" : " \" [--verbose] [--output-format]\" "
455+ },
450456 {
451457 "name" : " create-cluster" ,
452458 "description" : " Extract OpenShift installer from release image and create an OCP cluster" ,
You can’t perform that action at this time.
0 commit comments