Ability to Check Logs Using CLI Without Linking to Project and Service
its-monotype
HOBBYOP
a year ago
It would be helpful to have the ability to check logs via the CLI without needing to have the repo locally to link to it. Sometimes, it's more convenient to use the CLI rather than opening a browser. Being able to specify the path to a project and service to view logs would be useful. This feature could potentially be extended to support other commands as well.
For example, the Heroku CLI supports this functionality with the following command:
```
heroku logs --app=my-app
```
0 Replies