summaryrefslogtreecommitdiff
path: root/plugins/fluxcd/README.md
blob: 9723fcc6b7607b6197142548e56251459acb2bf3 (plain)
1
2
3
4
5
6
7
8
9
# FluxCD plugin

This plugin adds completion for [FluxCD](https://fluxcd.io), an open and extensible continuous delivery solution for Kubernetes. Powered by GitOps Toolkit.

To use it, add `fluxcd` to the plugins array in your zshrc file:

```zsh
plugins=(... fluxcd)
```