Background
ClusterTasks have been removed from OpenShift Pipelines (deprecated upstream in Tekton and dropped in recent releases). The `opc clustertask` command and any related documentation still present in this CLI are now dead code pointing at a non-existent resource.
What needs to be done
- Remove the `opc clustertask` subcommand (and all sub-subcommands: list, describe, delete, etc.)
- Remove ClusterTask references from README.md and DEVELOPMENT.md
- Remove ClusterTask-related help text from the CLI
- Ensure `opc --help` no longer lists `clustertask` as an available command
- Update any test fixtures or examples that reference ClusterTasks
Why
Keeping removed API surface in a CLI is misleading to users and causes confusion when they run `opc clustertask` against a cluster that no longer has the resource. It also creates maintenance burden with no upside.
References
Background
ClusterTasks have been removed from OpenShift Pipelines (deprecated upstream in Tekton and dropped in recent releases). The `opc clustertask` command and any related documentation still present in this CLI are now dead code pointing at a non-existent resource.
What needs to be done
Why
Keeping removed API surface in a CLI is misleading to users and causes confusion when they run `opc clustertask` against a cluster that no longer has the resource. It also creates maintenance burden with no upside.
References