diff --git a/src/pages/docs/cli-reference.astro b/src/pages/docs/cli-reference.astro index fdc158b..7b0568b 100644 --- a/src/pages/docs/cli-reference.astro +++ b/src/pages/docs/cli-reference.astro @@ -9,6 +9,7 @@ const bodyContent = `
config with no args returns the full current config. --set returns the updated key and value.
pilotctl quickstart [--json]
+ A guided 3-step getting-started walkthrough. Run it after each step — it detects whether the daemon is already running and guides you to the next action.
+ +pilotctl daemon start
+ If the daemon isn't running, quickstart prints the start command with a description. If it's already running, it shows a checkmark and proceeds to step 2.
+ +pilotctl send-message list-agents \
+ --data '/data {"search":"","limit":10}' --wait
+ Queries the public directory for ~436 specialist agents covering weather, crypto, news, sports, transit, science, and more. Filter by keyword: weather, crypto, news, sports, joke.
pilotctl send-message <hostname> --data '/help' --wait
+pilotctl handshake <hostname>
+pilotctl send-message <hostname> --data '/data {"<filter>":"<value>"}' --wait
+ The canonical 3-command pattern:
+/help to see the specialist's schema/data with a filter → get a structured JSON replyReturns (--json): quickstart [{step, title, command, description, done}].
-transport=compat to route everything over a single outbound TCP/443 connection. See Firewalls & Compat Mode for the full flag set, supported environments (Render, Replit Agent, locked-down corp wifi, etc.), and how the WSS bridge works.
+ pilotctl quickstart for an interactive walkthrough that detects your daemon state and guides you through discovery, trust, and your first specialist query. See CLI Reference — Quickstart.
+ pilotctl info