From 952a0b62340ecc062ca68bf415d50c313331a0d7 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Wed, 6 May 2026 22:47:15 +0000 Subject: [PATCH] Add aspire export to CLI commands list on ai-coding-agents page Agent-Logs-Url: https://github.com/microsoft/aspire.dev/sessions/4eeea72f-93e5-46a2-80f2-68f21c1cf855 Co-authored-by: JamesNK <303201+JamesNK@users.noreply.github.com> --- src/frontend/src/content/docs/get-started/ai-coding-agents.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/frontend/src/content/docs/get-started/ai-coding-agents.mdx b/src/frontend/src/content/docs/get-started/ai-coding-agents.mdx index d9abb12e5..016ef0d96 100644 --- a/src/frontend/src/content/docs/get-started/ai-coding-agents.mdx +++ b/src/frontend/src/content/docs/get-started/ai-coding-agents.mdx @@ -16,7 +16,7 @@ Aspire provides a first-class setup experience for AI coding agents. Run `aspire Aspire gives coding agents the same visibility into your running application that a developer has. The resource data, structured logs, and distributed traces you see in the [Aspire Dashboard](/dashboard/overview/) are exposed to agents through the [Aspire MCP server](/get-started/aspire-mcp-server/) and the [Aspire CLI](/get-started/install-cli/). Whether a person is debugging in the dashboard or an agent is diagnosing through MCP, they see the same picture. -The Aspire CLI is built for agent-driven workflows — every command works non-interactively to not block and prompts and supports `--format Json` for structured plain text output. Key commands include `aspire start` (background execution), `aspire start --isolated` (parallel worktrees), `aspire wait` (block until healthy), `aspire describe`, `aspire logs`, and `aspire docs search`. +The Aspire CLI is built for agent-driven workflows — every command works non-interactively to not block and prompts and supports `--format Json` for structured plain text output. Key commands include `aspire start` (background execution), `aspire start --isolated` (parallel worktrees), `aspire wait` (block until healthy), `aspire describe`, `aspire logs`, `aspire export`, and `aspire docs search`. The Aspire skill file (installed by `aspire agent init`) teaches agents all of these patterns automatically.