Versions and Operating System
Expected Behavior
when using --annotate parameter with tkn bundle push command, the annotation's value is parsed correctly if it contains comma: ,
Actual Behavior
it fails with an error: Error: invalid input format for param parameter: <the rest of the annotation value string after comma>
Steps to Reproduce the Problem
Run
➜ ~ tkn bundle push --annotate 'test=a,b' quay.io/my-quay-username/my-repo:test-tag -f some-task.yaml
*Warning*: This is an experimental command, it's usage and behavior can change in the next release(s)
Error: invalid input format for param parameter: b
Additional Info
the --annotate parameter was introduced in this commit