# s2i This plugin provides completion for [s2i](https://github.com/openshift/source-to-image). To use it, add `s2i` to the plugins array in your .zshrc file. ``` plugins=(... s2i) ```