Skip to content

[docs] Add aspire destroy command reference documentation#857

Merged
davidfowl merged 3 commits into
release/13.3from
docs/aspire-destroy-command-13-3-ba1b66dbde7d00f1
May 6, 2026
Merged

[docs] Add aspire destroy command reference documentation#857
davidfowl merged 3 commits into
release/13.3from
docs/aspire-destroy-command-13-3-ba1b66dbde7d00f1

Conversation

@aspire-repo-bot
Copy link
Copy Markdown
Contributor

Documents changes from microsoft/aspire#16806

@aspire-repo-bot[bot]

Target branch

Falling back to main because release/13.3 does not exist on microsoft/aspire.dev.

Why this PR is needed

microsoft/aspire#16806 introduced a breaking behavioral change to the aspire destroy CLI command: when --non-interactive is specified, --yes is now also required. Previously, scripts and automation could run aspire destroy --non-interactive without confirmation; now that produces an error:

The destroy command requires --yes when the --non-interactive option is specified.

The aspire destroy command had no existing documentation on aspire.dev, so this PR creates the command reference page and adds it to the sidebar navigation.

Summary of changes

  • Created src/frontend/src/content/docs/reference/cli/commands/aspire-destroy.mdx — new command reference page documenting all options, including a note on non-interactive usage requiring --yes
  • Updated src/frontend/config/sidebar/reference.topics.ts — added aspire destroy to the CLI sidebar after aspire deploy

Files modified

File Action
src/frontend/src/content/docs/reference/cli/commands/aspire-destroy.mdx Created
src/frontend/config/sidebar/reference.topics.ts Updated

⚠️ This is a draft PR that needs human review before merging.

Generated by PR Documentation Check for issue #16806 · ● 1.8M ·

@aspire-repo-bot aspire-repo-bot Bot added the docs-from-code Copilot initiated issue from dotnet/aspire repo label May 6, 2026
Documents the aspire destroy command including the new requirement
that --yes must be passed when using --non-interactive.

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
@IEvangelist IEvangelist force-pushed the docs/aspire-destroy-command-13-3-ba1b66dbde7d00f1 branch from 7bae38e to 065525f Compare May 6, 2026 16:54
@IEvangelist IEvangelist changed the base branch from main to release/13.3 May 6, 2026 16:54
@IEvangelist IEvangelist marked this pull request as ready for review May 6, 2026 16:54
@IEvangelist IEvangelist requested a review from eerhardt May 6, 2026 16:54
Comment thread src/frontend/config/sidebar/reference.topics.ts
Comment thread src/frontend/src/content/docs/reference/cli/commands/aspire-destroy.mdx Outdated
davidfowl and others added 2 commits May 6, 2026 12:41
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
@davidfowl davidfowl merged commit bf545d3 into release/13.3 May 6, 2026
1 check passed
@davidfowl davidfowl deleted the docs/aspire-destroy-command-13-3-ba1b66dbde7d00f1 branch May 6, 2026 19:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

docs-from-code Copilot initiated issue from dotnet/aspire repo

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants