summaryrefslogtreecommitdiff
path: root/plugins/sigstore/README.md
blob: 00e83c8c246df1eedb935685571621ae8cb4a428 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
# Sigstore plugin

This plugin sets up completion for the following [Sigstore](https://sigstore.dev/) CLI tools.

- [Cosign](https://docs.sigstore.dev/cosign/overview)
- [Sget](https://docs.sigstore.dev/cosign/installation#alpine-linux)
- [Rekor](https://docs.sigstore.dev/rekor/overview)

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

```zsh
plugins=(... sigstore)
```