diff options
author | David Woodward <hello@davidwoodward.me> | 2019-10-01 19:02:28 +0800 |
---|---|---|
committer | Marc Cornellà <marc.cornella@live.com> | 2019-10-01 13:02:28 +0200 |
commit | 8bfeb3759c34a8e2e6a5795c3f40630a220e709b (patch) | |
tree | d0acd032488b0d3e4471de6dd055ab33442dd07b /plugins/oc | |
parent | f763244e3b7f66bf2259c6e1bd16af08dd4b465e (diff) | |
download | zsh-8bfeb3759c34a8e2e6a5795c3f40630a220e709b.tar.gz zsh-8bfeb3759c34a8e2e6a5795c3f40630a220e709b.tar.bz2 zsh-8bfeb3759c34a8e2e6a5795c3f40630a220e709b.zip |
oc: add README (#8188)
Diffstat (limited to 'plugins/oc')
-rw-r--r-- | plugins/oc/README.md | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/plugins/oc/README.md b/plugins/oc/README.md new file mode 100644 index 000000000..deae9b2d0 --- /dev/null +++ b/plugins/oc/README.md @@ -0,0 +1,13 @@ +# OC - OpenShift CLI + +This plugin provides autocompletion for [OC](https://docs.openshift.com/container-platform/3.7/cli_reference/index.html) commands, building, managing and updating operations. + +To use it, add `oc` to the plugins array of your zshrc file: + +```bash +plugins=(... oc) +``` + +## Contributors + ++ [kevinkirkup](https://github.com/kevinkirkup) - Plugin Author |