feat(sops): introduce sops plugin

This commit is contained in:
Florian Rey 2024-10-14 13:58:59 +02:00
commit 09b2eefef9
No known key found for this signature in database
2 changed files with 32 additions and 0 deletions

9
plugins/sops/README.md Normal file
View file

@ -0,0 +1,9 @@
## Sops
This plugin adds completion for [sops](https://github.com/scaleway/scaleway-cli), the simple and flexible tool for managing secrets.
To use it, add `sops` to the plugins array in your zshrc file:
```zsh
plugins=(... sops)
```