Skip to content

Commit 53c77e7

Browse files
committed
update format
1 parent eb14415 commit 53c77e7

File tree

1 file changed

+14
-14
lines changed
  • packages/use-agently/src

1 file changed

+14
-14
lines changed

packages/use-agently/src/cli.ts

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -54,26 +54,26 @@ cli.addCommand(updateCommand.helpGroup("Lifecycle"));
5454
cli.addHelpText(
5555
"after",
5656
`
57-
Protocol Quick Reference:
57+
Getting started: use-agently init → use-agently doctor → use-agently search
5858
59-
a2a send -u <uri> -m <message> [--pay] Send a message via A2A
60-
a2a card -u <uri> Fetch an agent's A2A card
59+
Quick Reference:
6160
62-
mcp tools -u <uri> List tools on an MCP server
63-
mcp call -u <uri> --tool <name> [--args <json>] [--pay]
64-
Call a tool on an MCP server
61+
Send a message or fetch an agent card via A2A:
62+
a2a send -u <uri> -m <message> [--pay]
63+
a2a card -u <uri>
6564
66-
web get|post|put|patch|delete <url> [options]
67-
[-d <body>] [-H <header>] [-v] [--pay]
68-
HTTP requests with x402 support
65+
List or call tools on an MCP server:
66+
mcp tools -u <uri>
67+
mcp call -u <uri> --tool <name> [--args <json>] [--pay]
6968
70-
wallet spend View current spend limit
71-
wallet spend set-max <value> Set max USD spend per call (0–1)
69+
HTTP requests with x402 payment support:
70+
web get|post|put|patch|delete <url> [-d <body>] [-H <header>] [-v] [--pay]
7271
73-
<uri> can be an HTTP URL or a CAIP-19 ID (e.g. eip155:8453/erc8004:0x…/1)
74-
75-
Getting started: use-agently init → use-agently doctor → use-agently search
72+
Manage wallet spend limits:
73+
wallet spend
74+
wallet spend set-max <value>
7675
76+
<uri> = HTTP URL or CAIP-19 ID (e.g. eip155:8453/erc8004:0x…/1)
7777
Run "use-agently <command> -h" for full option details.`,
7878
);
7979

0 commit comments

Comments
 (0)