@clef-sh/cli 0.1.7-beta.45 → 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 +28 -21
- package/dist/index.cjs +1 -1
- package/dist/index.cjs.map +1 -1
- package/dist/index.mjs +1 -1
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
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
|
|
64
|
-
| `clef
|
|
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
|
|
85
|
+
Full docs at [docs.clef.sh](https://docs.clef.sh).
|
|
79
86
|
|
|
80
87
|
## License
|
|
81
88
|
|
package/dist/index.cjs
CHANGED
|
@@ -79483,7 +79483,7 @@ async function fetchCheckpoint(config) {
|
|
|
79483
79483
|
}
|
|
79484
79484
|
|
|
79485
79485
|
// package.json
|
|
79486
|
-
var version = "0.1.7-beta.
|
|
79486
|
+
var version = "0.1.7-beta.48";
|
|
79487
79487
|
var package_default = {
|
|
79488
79488
|
name: "@clef-sh/cli",
|
|
79489
79489
|
version,
|