@clef-sh/cli 0.1.7-beta.43 → 0.1.7-beta.48

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
@@ -42,26 +42,33 @@ clef ui
42
42
 
43
43
  ## Commands
44
44
 
45
- | Command | Description |
46
- | -------------------- | ----------------------------------------- |
47
- | `clef doctor` | Check dependencies and configuration |
48
- | `clef init` | Initialise a new Clef repo |
49
- | `clef update` | Scaffold missing matrix cells |
50
- | `clef get` | Retrieve a single decrypted value |
51
- | `clef set` | Set a secret value |
52
- | `clef compare` | Compare a stored secret with a value |
53
- | `clef delete` | Remove a key from an encrypted file |
54
- | `clef diff` | Compare secrets between two environments |
55
- | `clef lint` | Full repo health check |
56
- | `clef rotate` | Re-encrypt with a new recipient key |
57
- | `clef scan` | Scan for plaintext secrets in the repo |
58
- | `clef import` | Import secrets from `.env`, JSON, or YAML |
59
- | `clef export` | Print secrets as shell export statements |
60
- | `clef recipients` | Manage age recipients and access requests |
61
- | `clef hooks install` | Install the pre-commit hook |
62
- | `clef exec` | Run a command with injected secrets |
63
- | `clef ui` | Start the local web UI |
64
- | `clef merge-driver` | Git merge driver for encrypted files |
45
+ | Command | Description |
46
+ | -------------------- | ------------------------------------------------- |
47
+ | `clef doctor` | Check dependencies and configuration |
48
+ | `clef init` | Initialise a new Clef repo |
49
+ | `clef update` | Scaffold missing matrix cells |
50
+ | `clef get` | Retrieve a single decrypted value |
51
+ | `clef set` | Set a secret value |
52
+ | `clef compare` | Compare a stored secret with a value |
53
+ | `clef delete` | Remove a key from an encrypted file |
54
+ | `clef diff` | Compare secrets between two environments |
55
+ | `clef lint` | Full repo health check |
56
+ | `clef rotate` | Re-encrypt with a new recipient key |
57
+ | `clef scan` | Scan for plaintext secrets in the repo |
58
+ | `clef import` | Import secrets from `.env`, JSON, or YAML |
59
+ | `clef export` | Print secrets as shell export statements |
60
+ | `clef recipients` | Manage age recipients and access requests |
61
+ | `clef hooks install` | Install the pre-commit hook |
62
+ | `clef exec` | Run a command with injected secrets |
63
+ | `clef service` | Manage service identities (create, list, delete) |
64
+ | `clef pack` | Pack an encrypted artifact for a service identity |
65
+ | `clef revoke` | Revoke a packed artifact |
66
+ | `clef drift` | Detect key-set drift across environments |
67
+ | `clef report` | Generate a JSON posture report |
68
+ | `clef install` | Install a broker template from the registry |
69
+ | `clef search` | Search the broker registry |
70
+ | `clef ui` | Start the local web UI |
71
+ | `clef merge-driver` | Git merge driver for encrypted files |
65
72
 
66
73
  ## Global options
67
74
 
@@ -75,7 +82,7 @@ clef --plain <cmd> ... # Plain output without emoji/color
75
82
 
76
83
  ## Documentation
77
84
 
78
- Full docs at [clef.sh/docs](https://clef.sh/docs/).
85
+ Full docs at [docs.clef.sh](https://docs.clef.sh).
79
86
 
80
87
  ## License
81
88