50 Commits

Author SHA1 Message Date
Alexandre Strzelewicz
080d12431d
Merge pull request #5906 from AYOKINYA/development
fix: Enable PM2 module update from tarball
2024-11-13 13:49:25 +01:00
Unitech
d9e6964f46 Bun support 2024-11-13 13:23:06 +01:00
AYOKINYA
194200aea9 feat: Add tarball support to module:update command
Implement tarball handling in module:update to match functionality of module:install
2024-10-25 14:27:40 +09:00
ultimate-tester
935a8804e1 Added autostart parameter to optionally prevent immediately starting applications
(cherry picked from commit b34498f45e6138a6e7f31c6a7f0ddfed768eee76)
2024-03-13 11:25:46 +01:00
Alexandre Strzelewicz
8a5918af0c
Merge pull request #5330 from Lazyuki/add-stop-exit-codes
feat: stop-exit-codes
2023-04-09 10:14:18 +02:00
JSKitty
6fe3179bda
fix cli launching typo
this commit fixes a typo in the cli for 'launching'
2022-10-08 02:21:17 +01:00
Yuki Ito
d6458d8536 feat: stop-exit-codes 2022-03-18 23:40:40 +00:00
Unitech
15261fdb5e feature: auto start pm2-sysmonit - allow to disable via pm2 set pm2:sysmonit false 2021-02-18 14:09:36 +01:00
Unitech
f376825922 feat: restore --sort option on pm2 ls #4536 2020-12-09 12:05:54 +01:00
Unitech
2f61ddbf42 fix: cron-restart in cluster mode + alias --cron to --cron-restart fix #4834 #4733 #4307 #4834 2020-12-09 11:55:41 +01:00
Unitech
b3b4c9a86e allow to pass --install to force yarn install on tarball install 2020-09-28 13:15:43 +02:00
Unitech
e3583a1329 fix: remote tarball install 2020-09-08 17:29:46 +02:00
Unitech
bf8caca905 #4765 automatically print applications logs on start/restart for 10secs 2020-06-30 10:47:15 +02:00
Unitech
03f09ef24d filter_env to skip local env variables #4596 2020-04-12 16:58:55 +02:00
Alexandre Strzelewicz
00c353c5a4
Merge pull request #4517 from bvsubhash/namespace-logs
feat: print logs of a particular namespace
2020-04-12 16:20:33 +02:00
Alexandre Strzelewicz
a016999229
Merge pull request #4518 from bvsubhash/trigger-namespace-or-all
feat: trigger all the process using 'all' or trigger all processes in a particular namespace
2020-04-12 16:20:10 +02:00
Alexandre Strzelewicz
e3449beb62
Merge pull request #4639 from warpdesign/patch-2
Fix --cwd CLI option description
2020-04-12 16:02:55 +02:00
Unitech
dd3cf08f8b pm2 init changes + chores fixes 2020-04-12 13:35:20 +02:00
Nicolas Ramz
b06a2b2848
Fix --cwd CLI option description
'run target script as <username>' -> 'run target script from path <cwd>'
2020-03-22 21:57:20 +01:00
Subhash
9f2d8ca05a feat: trigger all the process using 'all' or trigger all processes in a particular namespace 2019-11-23 14:55:38 +05:30
Subhash
acc2355cac feat: print logs of a particular namespace
pm2 logs <namespace>
2019-11-23 13:46:27 +05:30
Unitech
6f89f0e878 feature: pm2 create command 2019-11-04 10:07:51 +01:00
Alexandre Strzelewicz
91b913c770
Merge pull request #4482 from bvsubhash/log-highlight
feat : log highlight option
2019-10-30 14:42:59 +01:00
Unitech
2d7f0ff8b3 feat: control over system monitoring via pm2 sysmonit #4471 2019-10-30 14:41:45 +01:00
Unitech
dc72d9dbec feat: send signal via env PM2_KILL_USE_MESSAGE or --shutdown-with-message 2019-10-30 13:54:01 +01:00
Unitech
f5d3439ef0 add --namespace CLI option #4478 2019-10-29 16:15:14 +01:00
Alexandre Strzelewicz
699784e422
Merge pull request #4478 from bvsubhash/feature/namespace
Add process namespaces feature #3471
2019-10-29 16:08:53 +01:00
Subhash
d2172f1e35 feat : log highlight option 2019-10-29 16:00:15 +05:30
Unitech
b175a080b5 chore: fix doc links #4477 2019-10-28 13:21:03 +01:00
Subhash
668ac61d76 Add process namespaces feature 2019-10-28 13:33:28 +05:30
Unitech
b05cd91570 feature: pm2 sysinfos -t for tree view + add fd max 2019-10-22 13:11:03 +02:00
Alexandre Strzelewicz
7a6fe42495
Merge pull request #4443 from zyf0330/master
fix: pm2-runtime auto-exit check ignores module like logrotate
2019-10-11 15:31:01 +02:00
zyf0330
38ea119f9d fix: pm2-runtime auto-exit check ignores module like logrotate 2019-10-08 16:33:55 +08:00
Iaroslav Kolbin
5676974b17 refactor: Simplify bin/pm2 and move content to lib/binaries/CLI.js 2019-08-13 19:07:22 +01:00
Yazan Medanat
b8b48e83f7 refactor: removes unused imports. 2018-07-19 10:18:16 -04:00
Unitech
bea983306c feature: #3757 --only='app1,app2' 2018-07-12 15:19:03 +02:00
Unitech
d0a2a30e41 refactor: centralize SECRET/PUBLIC/MACHINE_NAME + change some wordings 2018-05-10 20:09:13 +02:00
Unitech
e09cdbabd0 fix: reinforce pm2-runtime auto exit strategy #3567 #3206 2018-03-28 16:24:44 +02:00
Unitech
340011cace fix: restore --raw option #3476 2018-02-20 10:18:34 +01:00
Unitech
99e62e3bb8 feat: --deep-monitoring available from pm2-runtime 2018-02-06 12:55:57 +01:00
Unitech
c13b236482 refactor: deep pm2-runtime refactor #3408 #3257 #3266 2018-02-02 15:39:17 +01:00
Alexandre Strzelewicz
704ae518f5 fix: auto-exit edge case fix + pm2 no daemon mode + log in raw by default + less logs 2018-02-02 12:14:53 +01:00
Unitech
dc8fe09b68 #3278 #3345: --silent -s and -v will not print banner anymore 2017-12-12 12:22:25 +01:00
Jan Johannes
0a5522e802 Fix docker-pm2 to accept official PM2 home env var 2017-10-27 11:01:03 +02:00
Danny Guo
513c11a051 Add flag to turn off auto exit with pm2-docker
Because we want auto exit to be on by default for pm2-docker, the
flag needs to be changed to explicitly turn it off.
2017-10-25 19:19:14 +02:00
Unitech
4f8b8d6803 pm2-docker now auto exit in case of 0 app running 2017-09-14 16:35:21 +02:00
vmarchaud
74dddea1a3 dev-cli: allow to set the interpreter (#3100) 2017-08-21 14:19:54 +02:00
Alexandre Strzelewicz
822bf4d5de #3058 pm2-docker, defaulted to no writen logs 2017-08-02 18:13:39 +02:00
Unitech
28c7214c3d #2992 add --node-args to pm2-dev 2017-07-03 00:15:18 +02:00
Unitech
52f130749d rename CLI folder to binaries + drop pm2-daemon + doc pm2-dev 2017-06-30 11:42:15 +02:00