From 014faf70bbaed6398b5e1f8081f5be20f5cc36d8 Mon Sep 17 00:00:00 2001 From: Chmouel Boudjnah Date: Tue, 6 Dec 2022 16:15:01 +0100 Subject: [PATCH 1/2] update README Signed-off-by: Chmouel Boudjnah --- README.md | 23 +++++++---------------- 1 file changed, 7 insertions(+), 16 deletions(-) diff --git a/README.md b/README.md index ea13182fb..2899ea046 100644 --- a/README.md +++ b/README.md @@ -31,25 +31,16 @@ The following commands help you understand and effectively use the OpenShift Pip ## Features -Support completion : +### Versions : -`opc completions [bash|zsh|...]` - -Plugins : +- `opc version`: Show all versions of all components +- `opc version [pac|tkn|opc]` show version of a specific component -opc shows tkn plugins, it doesn't try to show opc plugins. (may change). +### Completion : -### TODO - -- Versioning are a bit all over the place +`opc completions [bash|zsh|...]` -### NOTES +### Plugins : -Only add 18mb : +tkn plugins are used for opc plugins (ie: [tkn-watch](https://github.com/chmouel/tkn-watch/) become opc watch), it doesn't try to show any opc plugins. (may change). -```shell -% du $GOPATH/src/github.com/tektoncd/cli/bin/tkn -120M tkn -% du opc -138M opc -``` From 643f558025a5929d7b6045811e893ff6539c4aaf Mon Sep 17 00:00:00 2001 From: Chmouel Boudjnah Date: Tue, 6 Dec 2022 16:55:36 +0100 Subject: [PATCH 2/2] Add AUR_PRIVATE_KEY to release workflow Signed-off-by: Chmouel Boudjnah --- .github/workflows/release.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 931caa26c..d5f61df0f 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -31,3 +31,4 @@ jobs: args: release --timeout=60m --rm-dist env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} + AUR_PRIVATE_KEY: ${{ secrets.AUR_PRIVATE_KEY }}