There are several Linux source commands that are not available with heroku run, for example, heroku run less filenameand heroku run apropos. How to get a list of all available commands heroku run?
Btw I am just trying to examine some files and files from my application, but for some reason I cannot view them with the available commands. I tried cd my_project/my_application && ls, but for some reason it just shows lsof my_project.
source
share