Skip to content

Latest commit

 

History

History
27 lines (17 loc) · 423 Bytes

DEBUG.md

File metadata and controls

27 lines (17 loc) · 423 Bytes

Debug helper

The debug helper are for developers to easily access the remote app via shell.

Ssh

Get the shell command to access the shell of the remote app.

$ dep debug:ssh

Database

Get the shell command to access the database of the remote app.

$ dep debug:db

Application logs

Get a preview of the last application log entries and inspect them.

$ dep debug:log:app