flyctl apps open command line opens a web browser to a currently deployed application. Is there a command to open a browser to the Fly’s dashboard for that app?
Context
I find myself struggling to navigate Fly’s app dashboard due to inability to mentally associate the apps with the services they run when you have dozens of them. At the same time, all the projects have fly.toml manifest file in their directories, so that can be used to directly open their dashboards within the command line.
Something like flyctl apps dash would be indispensable to have.