dashboard-plugin icon indicating copy to clipboard operation
dashboard-plugin copied to clipboard

Should Successful output message link directly to service logs?

Open fernando-mc opened this issue 5 years ago • 0 comments

Steps:

  1. I deployed a service successfully
  2. 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
  1. This directs me to the overall app view in dashboard.serverless.com
  2. 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

fernando-mc avatar Apr 10 '20 22:04 fernando-mc