-
Notifications
You must be signed in to change notification settings - Fork 760
Labels
Milestone
Description
Is there an existing issue for this?
- I have searched the existing issues
Is your feature request related to a problem? Please describe the problem.
I've been doing some iteration of onboarding some db migrations into Aspire, which has involved me
- Go to Dashboard
- Go to Console Logs
- See Error and tweak migrations scripts to fix
- Go back to the Dashboard to restart the resource
- Go back to Console Logs to see why the process errored this time
As I'm able to iterate on the migrations outside of aspire, I can test changes by simply restarting the migration resoruce, rather than rebuilding the whole app host.
Describe the solution you'd like
I'd like the ability to be able to start / stop and restart a resource (and potentially any other resource command) directly from the Console Logs page, without having to go back to to the dashboard and then back to console logs. That way I could stay on the console log page the entire time - view errors, fix them then restart the migrations from within the console logs page.
Additional context
No response
malisancube
