@clef-sh/cli 0.1.6-beta.22 → 0.1.6-beta.32

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -49,6 +49,7 @@ clef ui
49
49
  | `clef update` | Scaffold missing matrix cells |
50
50
  | `clef get` | Retrieve a single decrypted value |
51
51
  | `clef set` | Set a secret value |
52
+ | `clef compare` | Compare a stored secret with a value |
52
53
  | `clef delete` | Remove a key from an encrypted file |
53
54
  | `clef diff` | Compare secrets between two environments |
54
55
  | `clef lint` | Full repo health check |
@@ -56,7 +57,7 @@ clef ui
56
57
  | `clef scan` | Scan for plaintext secrets in the repo |
57
58
  | `clef import` | Import secrets from `.env`, JSON, or YAML |
58
59
  | `clef export` | Print secrets as shell export statements |
59
- | `clef recipients` | Manage age recipients (list, add, remove) |
60
+ | `clef recipients` | Manage age recipients and access requests |
60
61
  | `clef hooks install` | Install the pre-commit hook |
61
62
  | `clef exec` | Run a command with injected secrets |
62
63
  | `clef ui` | Start the local web UI |