@atrib/cli 0.1.0 → 0.1.2
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 +1 -1
- package/package.json +4 -4
package/README.md
CHANGED
|
@@ -9,7 +9,7 @@ npx @atrib/cli keygen --keychain
|
|
|
9
9
|
# public key to stdout.
|
|
10
10
|
```
|
|
11
11
|
|
|
12
|
-
The CLI is the
|
|
12
|
+
The CLI is the companion tool to the SDK packages: producers (`@atrib/mcp`, `@atrib/agent`) read keys from environment variables or Keychain entries; this CLI is what creates and manages those entries.
|
|
13
13
|
|
|
14
14
|
## Subcommands
|
|
15
15
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@atrib/cli",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.2",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"bin": {
|
|
6
6
|
"atrib": "./dist/cli.js"
|
|
@@ -9,7 +9,7 @@
|
|
|
9
9
|
"files": [
|
|
10
10
|
"dist"
|
|
11
11
|
],
|
|
12
|
-
"description": "CLI
|
|
12
|
+
"description": "CLI for atrib. Key management, identity-claim publishing, and revocation.",
|
|
13
13
|
"author": "atrib <hello@atrib.dev>",
|
|
14
14
|
"license": "Apache-2.0",
|
|
15
15
|
"homepage": "https://atrib.dev",
|
|
@@ -20,8 +20,8 @@
|
|
|
20
20
|
"keygen"
|
|
21
21
|
],
|
|
22
22
|
"dependencies": {
|
|
23
|
-
"@atrib/directory": "0.1.
|
|
24
|
-
"@atrib/mcp": "0.1.
|
|
23
|
+
"@atrib/directory": "0.1.2",
|
|
24
|
+
"@atrib/mcp": "0.1.2"
|
|
25
25
|
},
|
|
26
26
|
"devDependencies": {
|
|
27
27
|
"@types/node": "^22.19.17",
|