Skip to content

[docs] Add --list-steps sample output to aspire do and pipelines pages#847

Merged
mitchdenny merged 1 commit intorelease/13.3from
mitchdenny/list-steps-sample-output-13-3
May 6, 2026
Merged

[docs] Add --list-steps sample output to aspire do and pipelines pages#847
mitchdenny merged 1 commit intorelease/13.3from
mitchdenny/list-steps-sample-output-13-3

Conversation

@mitchdenny
Copy link
Copy Markdown
Member

Adds a short example output block for the --list-steps flag to the two pages where it gets the most attention:

  • src/frontend/src/content/docs/reference/cli/commands/aspire-do.mdx — in the existing Quick listing with --list-steps subsection.
  • src/frontend/src/content/docs/deployment/pipelines.mdx — in the existing Discovering available steps subsection under aspire do.

The sample matches the actual formatter introduced in microsoft/aspire#16085 (verified against PipelineCommandBase.PrintPipelineSteps and PipelineCommandListStepsTests.cs) so the page accurately reflects what users see in the terminal — including the ├─ / └─ connectors used for steps with deps only, deps and tags, or no dependencies at all.

This is a small follow-up polish on top of #801 (which originally documented --list-steps) and closes out item #2 of #837.

Validation

  • pnpm --dir ./src/frontend run lint — clean
  • pnpm --dir ./src/frontend run test:unit:docs — 2/2 passed

Notes

  • Targets release/13.3 because --list-steps shipped in 13.3 and the existing --list-steps documentation lives there.
  • A separate, minor expansion of the corresponding Whats New bullet in aspire-13-3.mdx was pushed to [whats-new] Expand 13.3 release notes #838.

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>
@mitchdenny mitchdenny requested a review from IEvangelist as a code owner May 6, 2026 01:01
@mitchdenny mitchdenny merged commit dc4e58a into release/13.3 May 6, 2026
1 check passed
@mitchdenny mitchdenny deleted the mitchdenny/list-steps-sample-output-13-3 branch May 6, 2026 01:06
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.

1 participant