Skip to content

Document --skills and --skill-locations flags for init and new commands#1348

Merged
IEvangelist merged 1 commit into
release/13.5from
docs/skills-flags-init-new
Jul 10, 2026
Merged

Document --skills and --skill-locations flags for init and new commands#1348
IEvangelist merged 1 commit into
release/13.5from
docs/skills-flags-init-new

Conversation

@JamesNK

@JamesNK JamesNK commented Jul 10, 2026

Copy link
Copy Markdown
Member

Summary

Documents the --skills and --skill-locations flags that were added to aspire init, aspire new, and aspire agent init commands in the Aspire CLI. These flags support non-interactive mode, allowing use in scripts and CI environments without interactive prompts.

Changes

  • aspire init command reference — added --skill-locations and --skills options with descriptions and cross-references to aspire agent init for the full list of values. Added non-interactive usage examples.
  • aspire new command reference — added --skill-locations and --skills options with descriptions and cross-references to aspire agent init for the full list of values. Added non-interactive usage examples.
  • aspire agent init command reference — already had both options documented; no changes needed.

Related PRs

Community contribution by @nanookclaw.

Add documentation for the --skills and --skill-locations options on
aspire init and aspire new commands. These flags were added in
microsoft/aspire#18191 and microsoft/aspire#18192 to support
non-interactive mode for controlling which agent skills are installed
during initialization.
Copilot AI review requested due to automatic review settings July 10, 2026 05:57
@JamesNK JamesNK changed the base branch from main to release/13.5 July 10, 2026 05:58

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This PR updates the Aspire docs site for the 13.5 release wave, including new/updated CLI reference pages (notably --skills / --skill-locations for aspire init and aspire new), new documentation pages (terminal commands, dashboard troubleshooting, Kubernetes persistent volumes, 13.5 release notes), and introduces a %ASPIRE_VERSION% placeholder system to avoid hard-coded version drift across docs.

Changes:

  • Add %ASPIRE_VERSION% / %ASPIRE_VERSION_MAJOR_MINOR% placeholders with a remark plugin + post-build replacement for Markdown copies, plus unit tests.
  • Add multiple new docs pages and expand CLI reference (terminal commands, timestamp search qualifier, aspire init/aspire new skills flags, Nix install guidance, troubleshooting).
  • Roll forward site banners and “What’s new” navigation to Aspire 13.5 and refresh several docs pages for 13.5 behavior.

Reviewed changes

Copilot reviewed 2 out of 2 changed files in this pull request and generated no comments.

Show a summary per file
File Description
src/frontend/tests/unit/aspire-version-placeholders.vitest.test.ts Adds unit coverage for placeholder replacement in remark + post-build directory pass.
src/frontend/src/content/docs/zh-cn/index.mdx Updates localized banner to Aspire 13.5.
src/frontend/src/content/docs/whats-new/aspire-13-5.mdx Adds new 13.5 release notes page.
src/frontend/src/content/docs/whats-new/aspire-13-4.mdx Refines persistent lifetime wording and proxy/proxyless defaults.
src/frontend/src/content/docs/uk/index.mdx Updates localized banner to Aspire 13.5.
src/frontend/src/content/docs/tr/index.mdx Updates localized banner to Aspire 13.5.
src/frontend/src/content/docs/ru/index.mdx Updates localized banner to Aspire 13.5.
src/frontend/src/content/docs/reference/cli/search-filter.mdx Documents timestamp qualifier behavior and operators.
src/frontend/src/content/docs/reference/cli/microsoft-collected-cli-telemetry.mdx Documents AI agent skill usage telemetry collection details.
src/frontend/src/content/docs/reference/cli/commands/aspire-update.mdx Documents Nix behavior for aspire update --self.
src/frontend/src/content/docs/reference/cli/commands/aspire-terminal.mdx Adds command reference for aspire terminal.
src/frontend/src/content/docs/reference/cli/commands/aspire-terminal-ps.mdx Adds command reference for aspire terminal ps.
src/frontend/src/content/docs/reference/cli/commands/aspire-terminal-attach.mdx Adds command reference for aspire terminal attach.
src/frontend/src/content/docs/reference/cli/commands/aspire-otel-traces.mdx Adds timestamp comparison qualifier documentation for traces.
src/frontend/src/content/docs/reference/cli/commands/aspire-otel-spans.mdx Adds timestamp comparison qualifier documentation for spans.
src/frontend/src/content/docs/reference/cli/commands/aspire-otel-logs.mdx Adds timestamp comparison qualifier documentation for logs.
src/frontend/src/content/docs/reference/cli/commands/aspire-new.mdx Documents --skills / --skill-locations and adds non-interactive examples.
src/frontend/src/content/docs/reference/cli/commands/aspire-init.mdx Documents --skills / --skill-locations and adds non-interactive examples.
src/frontend/src/content/docs/reference/cli/commands/aspire-doctor.mdx Updates aspire doctor docs and replaces hard-coded versions with placeholders.
src/frontend/src/content/docs/pt-br/index.mdx Updates localized banner to Aspire 13.5.
src/frontend/src/content/docs/ko/index.mdx Updates localized banner to Aspire 13.5.
src/frontend/src/content/docs/ja/index.mdx Updates localized banner to Aspire 13.5.
src/frontend/src/content/docs/ja/docs.mdx Updates Japanese docs landing banner to Aspire 13.5.
src/frontend/src/content/docs/it/index.mdx Updates localized banner to Aspire 13.5.
src/frontend/src/content/docs/integrations/dotnet/csharp-file-based-apps.mdx Replaces hard-coded versions with placeholders in file-based app directives.
src/frontend/src/content/docs/integrations/databases/efcore/seed-database.mdx Replaces hard-coded Aspire package versions with placeholders.
src/frontend/src/content/docs/integrations/compute/kubernetes.mdx Adds section linking to persistent volume docs + examples.
src/frontend/src/content/docs/integrations/cloud/azure/azure-ai-foundry/azure-ai-foundry-host.mdx Updates Foundry Local lifecycle description to CLI-based behavior.
src/frontend/src/content/docs/integrations/ai/github-models/github-models-host.mdx Adds deprecation caution notice for GitHub Models integration.
src/frontend/src/content/docs/integrations/ai/github-models/github-models-get-started.mdx Adds deprecation caution notice for GitHub Models integration.
src/frontend/src/content/docs/integrations/ai/github-models/github-models-connect.mdx Adds deprecation caution notice for GitHub Models integration.
src/frontend/src/content/docs/index.mdx Updates root banner to Aspire 13.5.
src/frontend/src/content/docs/id/index.mdx Updates localized banner to Aspire 13.5.
src/frontend/src/content/docs/hi/index.mdx Updates localized banner to Aspire 13.5.
src/frontend/src/content/docs/get-started/install-cli.mdx Adds Nix install tab and replaces hard-coded version output with placeholder.
src/frontend/src/content/docs/get-started/aspire-sdk.mdx Replaces hard-coded SDK versions with placeholders.
src/frontend/src/content/docs/get-started/add-aspire-existing-app.mdx Replaces hard-coded file-based app package versions with placeholders.
src/frontend/src/content/docs/fundamentals/persist-data-volumes.mdx Adds link to Kubernetes persistent volumes page.
src/frontend/src/content/docs/fundamentals/networking-overview.mdx Updates proxyless/persistent endpoint defaults + adds dynamic port allocation section.
src/frontend/src/content/docs/fundamentals/custom-resource-commands.mdx Clarifies dashboard icon fallback behavior.
src/frontend/src/content/docs/fr/index.mdx Updates localized banner to Aspire 13.5.
src/frontend/src/content/docs/es/index.mdx Updates localized banner to Aspire 13.5.
src/frontend/src/content/docs/docs.mdx Updates docs landing banner to Aspire 13.5.
src/frontend/src/content/docs/deployment/kubernetes/persistent-volumes.mdx Adds new Kubernetes persistent volumes guide.
src/frontend/src/content/docs/deployment/kubernetes/clusters.mdx Adds link to persistent volumes guide.
src/frontend/src/content/docs/deployment/kubernetes.mdx Adds link card + link to persistent volumes guide.
src/frontend/src/content/docs/de/index.mdx Updates localized banner to Aspire 13.5.
src/frontend/src/content/docs/dashboard/troubleshooting.mdx Adds new dashboard troubleshooting page.
src/frontend/src/content/docs/da/index.mdx Updates localized banner to Aspire 13.5.
src/frontend/src/content/docs/community/index.mdx Updates community landing banner to Aspire 13.5.
src/frontend/src/content/docs/app-host/with-terminal.mdx Adds new WithTerminal documentation page.
src/frontend/src/content/docs/app-host/resource-lifetimes.mdx Updates persistent endpoint behavior text + links to proxyless allocation section.
src/frontend/src/content/docs/app-host/configuration.mdx Clarifies launch profile locations for project-based vs file-based C# AppHosts.
src/frontend/config/sidebar/reference.topics.ts Adds aspire terminal command group to CLI reference sidebar.
src/frontend/config/sidebar/docs.topics.ts Adds Aspire 13.5 “What’s new” entry and WithTerminal docs nav entry.
src/frontend/config/sidebar/deployment.topics.ts Adds persistent volumes page to deployment sidebar.
src/frontend/config/sidebar/dashboard.topics.ts Adds dashboard troubleshooting nav entry (with translations).
src/frontend/config/remark-aspire-version-placeholders.mjs Adds remark plugin to replace Aspire version placeholders in markdown/MDX AST.
src/frontend/config/aspire-versions.mjs Centralizes current Aspire version constants + placeholder map.
src/frontend/config/aspire-version-placeholders-integration.mjs Adds Astro build-done integration to post-process Markdown copies under dist.
src/frontend/astro.config.mjs Wires placeholder remark plugin and build-done integration into Astro build.
.github/agents/release-verifier.agent.md Updates release verifier agent guidance to validate placeholder constants.
.agents/skills/doc-pr-reviewer/SKILL.md Updates doc PR reviewer skill guidance re: version placeholders.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

@aspire-repo-bot

Copy link
Copy Markdown
Contributor

Frontend HTML artifact ready

The latest frontend build uploaded the frontend-dist artifact for PR #1348. Use the VS Code button below to open this PR with GitHub Artifacts Explorer and browse the built HTML locally.

VS Code: Open PR #1348 artifacts

This comment updates automatically when a new frontend build artifact is uploaded.

@IEvangelist IEvangelist merged commit 2a666e1 into release/13.5 Jul 10, 2026
11 checks passed
@IEvangelist IEvangelist deleted the docs/skills-flags-init-new branch July 10, 2026 11:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants