Skip to content

Aspire skill guidance lacks publish and deployment verification hints #15696

@davidfowl

Description

@davidfowl

Problem

The Copilot CLI aspire skill guidance is missing practical hints for publish and deployment verification scenarios.

While working through a JavaScript/Vite container publishing flow, the skill covered general Aspire commands, but it did not provide enough guidance around:

  • when to prefer aspire publish vs aspire deploy
  • how to verify deployed output actually runs after deployment
  • how to validate deployment artifacts for Docker/Compose-style publish paths
  • what post-deployment checks should be performed to confirm success

Why this matters

The current skill text is helpful for run/start/describe workflows, but it leaves a gap when the task shifts from local orchestration to deployment validation.

That made it harder to know the expected verification flow for cases like:

  • generating a Dockerfile-backed publish output
  • deploying the app
  • confirming the deployed app starts successfully afterward

Suggested improvement

Please add explicit guidance to the aspire skill for publish/deploy scenarios, including:

  1. recommended sequence for aspire publish and aspire deploy
  2. how to verify the deployed app is running after deployment
  3. what commands to use to inspect deployment state/logs/endpoints
  4. any caveats for Docker/Compose-backed deployment paths

This would make the skill more useful for end-to-end deployment validation tasks, not just local run/start workflows.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions