From a834c8b73efc3203bd2c08019cedc56a2db461ca Mon Sep 17 00:00:00 2001 From: fullsend-code <278716306+fullsend-ai-coder[bot]@users.noreply.github.com> Date: Fri, 3 Jul 2026 14:52:30 +0000 Subject: [PATCH] feat(#481): remove ClusterTask reference from README ClusterTasks were deprecated in Tekton v0.44 and removed in later versions. The upstream tektoncd/cli dependency has already dropped the clustertask subcommand, so opc no longer exposes it. This removes the stale documentation entry from the "Useful commands" list in README.md. Closes #481 Closes #380 --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index f0a828f54..ad85c85c5 100644 --- a/README.md +++ b/README.md @@ -20,7 +20,6 @@ The following commands help you understand and effectively use the OpenShift Pip - `opc hub`: search and install from Tekton Hub - `opc pac`: add and manage git repositories (pipelines as code) - `opc results` : interact with results api -- `opc clustertask`: manage ClusterTasks - `opc pipeline`: manage Pipelines - `opc pipelinerun`: manage PipelineRuns - `opc task`: manage Tasks