-
Notifications
You must be signed in to change notification settings - Fork 853
Open
Labels
Description
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 publishvsaspire 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:
- recommended sequence for
aspire publishandaspire deploy - how to verify the deployed app is running after deployment
- what commands to use to inspect deployment state/logs/endpoints
- 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.
Reactions are currently unavailable