Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions PLUGINS.md
Original file line number Diff line number Diff line change
Expand Up @@ -116,6 +116,7 @@ OpenShift development utilities and helpers

**Commands:**
- **`/openshift:bump-deps` `<dependency> [version] [--create-jira] [--create-pr]`** - Bump dependencies in OpenShift projects with automated analysis and PR creation
- **`/openshift:cluster-health-check` `"[--verbose] [--output-format]"`** - Perform comprehensive health check on OpenShift cluster and report issues
- **`/openshift:create-cluster` `"[release-image] [platform] [options]"`** - Extract OpenShift installer from release image and create an OCP cluster
- **`/openshift:destroy-cluster` `"[install-dir]"`** - Destroy an OpenShift cluster created by create-cluster command
- **`/openshift:new-e2e-test` `[test-specification]`** - Write and validate new OpenShift E2E tests using Ginkgo framework
Expand Down
6 changes: 6 additions & 0 deletions docs/data.json
Original file line number Diff line number Diff line change
Expand Up @@ -394,6 +394,12 @@
"synopsis": "/openshift:bump-deps <dependency> [version] [--create-jira] [--create-pr]",
"argument_hint": "<dependency> [version] [--create-jira] [--create-pr]"
},
{
"name": "cluster-health-check",
"description": "Perform comprehensive health check on OpenShift cluster and report issues",
"synopsis": "/openshift:cluster-health-check [--verbose] [--output-format json|text]",
"argument_hint": "\"[--verbose] [--output-format]\""
},
{
"name": "create-cluster",
"description": "Extract OpenShift installer from release image and create an OCP cluster",
Expand Down
Loading