-
Bug
-
Resolution: Unresolved
-
Normal
-
None
-
Pipelines 1.19.0
-
False
-
-
False
-
-
Description of problem:
Workaround
opc version --live command not working & giving Error: unknown flag: --live
Prerequisites (if any, like setup, operators/versions):
Steps to Reproduce
Download 1.19 opc cli
run the command opc version --live
Actual results:
opc version --live command showing Error: unknown flag: --live{}
$ opc version --live
Error: unknown flag: --live
Usage:
version [flags]Flags:
-h, --help help for version
-s, --server Get the services version information from cluster instead of the client version.
$ opc version
OpenShift Pipelines Client: 1.19.0
Tekton CLI: 0.41.0
Pipelines as Code CLI: 0.35.1
Tekton Results CLI: 0.15.0
Manual Approval Gate CLI: 0.6.0
Expected results:
**
With this update, the --live flag in the opc version --live command queries the cluster to display the running versions of Chains, Pipelines, and other Tekton controllers, not just the local binary versions. In the previous release, users had to manually inspect cluster resources to determine which controller versions were deployed. Now, that information is displayed by using this command.
Reproducibility (Always/Intermittent/Only Once):
Acceptance criteria:
Definition of Done:
Build Details:
opc binary with 1.19 operator
Additional info (Such as Logs, Screenshots, etc):