`forever list` script naming is generic
See original GitHub issueI title all of my apps app.js
and identify them by the name of the folder they’re in.
Shouldn’t forever list
give you the script name and the directory they’re inside?
myspecialapp/app.js
Issue Analytics
- State:
- Created 10 years ago
- Comments:12 (2 by maintainers)
Top Results From Across the Web
forever list says "No forever processes running" #483
I am calling a bash script which then runs the forever command using full paths: /usr/local/bin/node /usr/local/bin/forever start [...] ...
Read more >"forever" node.js installed but no longer working
forever : The term 'forever' is not recognized as the name of a cmdlet, function, script file, or operable program.
Read more >Running Node.js scripts continuously using forever
Running a script with forever is simple. First, use the following command: forever start app.js. Note that app.js is the name of the...
Read more >Forever
A simple CLI tool for ensuring that a given node script runs continuously (i.e. forever). Latest version: 4.0.3, last published: a year ago....
Read more >Advanced Bash-Scripting Guide
This tutorial assumes no previous knowledge of scripting or programming, yet progresses rapidly toward an intermediate/advanced level of ...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
For everyone like me coming from Google:
forever columns add dir
Fixed in #471.