You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Adds verification to number of args for completion cmd
The completion cmd requires at least one extra argument but it
doesn't check cobra args before switch statement, causing panic.
This commit fixestektoncd#210.
(cherry picked from commit e5c62cc)
doc: final touch to prepare v0.1.0 release
- Add correct links and install note
- Update the pipeline-run to target the release
Signed-off-by: Vincent Demeester <vdemeest@redhat.com>
Add a goreleaser configuration file for the release
This will help us release the cli using Tekton Pipeline and
goreleaser. It will build any GOOS/GOARCH combination we need, and can
even generate packages and container images.
Signed-off-by: Vincent Demeester <vdemeest@redhat.com>