Skip to content

Commit

Permalink
Merge pull request #21 from chmouel/update-readme
Browse files Browse the repository at this point in the history
  • Loading branch information
chmouel authored Dec 6, 2022
2 parents f95c085 + 643f558 commit 4e5d1ae
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 16 deletions.
1 change: 1 addition & 0 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,3 +31,4 @@ jobs:
args: release --timeout=60m --rm-dist
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
AUR_PRIVATE_KEY: ${{ secrets.AUR_PRIVATE_KEY }}
23 changes: 7 additions & 16 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
```

0 comments on commit 4e5d1ae

Please sign in to comment.