dashboard-plugin
dashboard-plugin copied to clipboard
Should Successful output message link directly to service logs?
Steps:
- I deployed a service successfully
- It outputs this message:
Serverless: Successfully published your service to the Serverless Dashboard: https://dashboard.serverless.com/tenants/fernando/applications/helloapp/services/flask-api/stage/dev/region/us-east-1
- This directs me to the overall app view in dashboard.serverless.com
- Should this actually direct me to the specific service view of the logs?
The url would be: https://dashboard.serverless.com/tenants/fernando/applications/helloapp/services/flask-api/stage/dev/region/us-east-1/overview
I think one of these would need to be updated to add the overview? Where it's actually logged: https://github.com/serverless/enterprise-plugin/blob/8387f58b49d3c20e24e94630a56635e1208072ca/lib/deployment/save.js
Where I think that URL is created: https://github.com/serverless/enterprise-plugin/blob/961d33b303af3e3811d6af74269492b083a5fd3f/lib/dashboard.js