forever + JSON Configuration Files + set command option
See original GitHub issueHi,
How do I make to set command option in forever.json? I need use -c coffee
.
I tried:
"command": "coffee"
"c: "coffee"
"COMMAND": "coffee"
"cmd": "coffee"
And nothing work. This option can be set in json config?
thanks!
Issue Analytics
- State:
- Created 6 years ago
- Reactions:4
- Comments:7
Top Results From Across the Web
forever + JSON Configuration Files + set command option #913
Hi,. How do I make to set command option in forever.json? I need use -c coffee . ... And nothing work. This option...
Read more >node-forever json config support all options? - Stack Overflow
Firstly, you should check the command line usage. It should be below command: forever start forever/proConfig.json. Secondly, forever does ...
Read more >forever - npm
Note: Forever parses JSON configuration files using shush, allowing the use of in-line comments within such files. Multi-App Configuration Files.
Read more >Running Node.js scripts continuously using forever
Up to this point, we have used CLI commands to run and manage the Node script. But with forever, we can also configure...
Read more >Config Files - Babel.js
Project-wide configs can also be disabled by setting "configFile" to false . File-relative configuration. Babel loads .babelrc.json files, or an equivalent one ...
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
when I use forever.json to run app, the
command
option not work.any update???