@ens-node-metadata/agent 0.2.6 → 0.2.7
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/dist/cli.js +9 -9
- package/package.json +1 -1
package/dist/cli.js
CHANGED
|
@@ -9,19 +9,19 @@ if (isRootHelp) {
|
|
|
9
9
|
CLI for registering AI agents on ENS using ERC-8004 (v2.0).
|
|
10
10
|
|
|
11
11
|
Usage:
|
|
12
|
-
agent skill [--install]
|
|
12
|
+
ens-agent skill [--install]
|
|
13
13
|
|
|
14
|
-
agent registration-file template
|
|
15
|
-
agent registration-file validate <file.json>
|
|
16
|
-
agent registration-file publish <file.json>
|
|
14
|
+
ens-agent registration-file template
|
|
15
|
+
ens-agent registration-file validate <file.json>
|
|
16
|
+
ens-agent registration-file publish <file.json>
|
|
17
17
|
|
|
18
|
-
agent registry identity --chain-name <chain> <agent-uri>
|
|
18
|
+
ens-agent registry identity --chain-name <chain> <agent-uri>
|
|
19
19
|
|
|
20
|
-
agent metadata template
|
|
21
|
-
agent metadata validate <payload.json>
|
|
22
|
-
agent metadata set <ens-node> <payload.json> --private-key <key> [--broadcast]
|
|
20
|
+
ens-agent metadata template
|
|
21
|
+
ens-agent metadata validate <payload.json>
|
|
22
|
+
ens-agent metadata set <ens-node> <payload.json> --private-key <key> [--broadcast]
|
|
23
23
|
|
|
24
|
-
Run \`agent <command> --help\` for details on a specific command.
|
|
24
|
+
Run \`ens-agent <command> --help\` for details on a specific command.
|
|
25
25
|
`);
|
|
26
26
|
process.exit(0);
|
|
27
27
|
}
|