Reputation: 1041
I need to see all files from a heroku server from a directory. Is any anyway run command in server using command line or is there file browser heroku dashboard?
Thanks.
Upvotes: 1
Views: 852
Reputation: 1041
I could see the files from command line using the following command
heroku run ls private
But i could not find any file browser in heroku dashboard. Also we could all linux commands there by using heroku run
Upvotes: 1