Skip to content

[docs] Document --list-steps and --no-build pipeline options#801

Merged
davidfowl merged 1 commit intorelease/13.3from
docs/list-steps-pipeline-commands
May 5, 2026
Merged

[docs] Document --list-steps and --no-build pipeline options#801
davidfowl merged 1 commit intorelease/13.3from
docs/list-steps-pipeline-commands

Conversation

@davidfowl
Copy link
Copy Markdown
Contributor

Summary

The pipeline commands (aspire deploy, aspire publish, aspire do, aspire destroy) all expose two undocumented options:

  • --list-steps — list the pipeline steps that would be executed, without running them.
  • --no-build — don't build/restore the AppHost project before running.

This PR adds shared option includes for both flags and references them from the deploy, publish, and do command reference pages.

Stale-content fix

The aspire-do.mdx page still talks about aspire do diagnostics, a subcommand that was removed from the CLI in favor of --list-steps. This PR replaces those references with aspire do --list-steps.

Notes

Co-authored-by: Copilot 223556219+Copilot@users.noreply.github.com

@davidfowl davidfowl force-pushed the docs/list-steps-pipeline-commands branch from 4214957 to 1faa3c8 Compare May 3, 2026 05:04
Add shared option includes for --list-steps and --no-build, and
reference them from the aspire deploy, aspire publish, and aspire do
command pages. These options are exposed by every pipeline command
but were undocumented.

Also replace stale 'aspire do diagnostics' references in aspire-do.mdx
with 'aspire do --list-steps' (the diagnostics subcommand was removed
from the CLI; --list-steps is the replacement).

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
@davidfowl davidfowl force-pushed the docs/list-steps-pipeline-commands branch from 1faa3c8 to 5186035 Compare May 4, 2026 18:38
@davidfowl davidfowl merged commit 7a94f09 into release/13.3 May 5, 2026
1 check passed
@davidfowl davidfowl deleted the docs/list-steps-pipeline-commands branch May 5, 2026 05:49
mitchdenny added a commit that referenced this pull request May 6, 2026
#847)

The reference docs for aspire do and the deployment/pipelines conceptual
page already document the --list-steps flag, but neither shows what the
output actually looks like. Add a short, canonical numbered-tree sample
(matches the formatter in microsoft/aspire#16085 and its snapshot tests)
so readers can see at a glance what to expect — including the connectors
used for steps with deps only, deps and tags, and steps with no
dependencies.

Context: #837 (item #2), follow-up polish to #801.

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
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.

2 participants