Skip to content

feat: remove ClusterTask management commands and documentation #481

Description

@jkhelil

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Fields

    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions