396 Commits

Author SHA1 Message Date
vince
bb57c76d41 refactor: drop gracefullreload 2018-02-28 18:39:40 +01:00
Vincent Vallet
46948a98e9
Merge pull request #3459 from rmonnier/master
feat(pm2): add pm2 init option to generate an ecosystem file
2018-02-14 14:43:29 +01:00
Robin Monnier
5d56fac7cc feat(pm2): add pm2 init option to generate an ecosystem file 2018-02-09 18:26:25 +01:00
Robin Monnier
a38fd199b9 feat(pm2): add pm2 init option to generate an ecosystem file 2018-02-09 17:07:13 +01:00
vince
c90c453f85 docs: add documentation on new pm2 install command 2018-02-08 18:29:03 +01:00
vince
828a30d0cc feat: add dependencies section into ecosystem.json file. 2018-02-08 15:57:58 +01:00
Unitech
99e62e3bb8 feat: --deep-monitoring available from pm2-runtime 2018-02-06 12:55:57 +01:00
vince
c541868837 feat: add flag to enable deep-monitoring 2018-02-05 15:10:21 +01:00
Vincent Vallet
dad98e6e07
Merge pull request #3442 from Unitech/event-loop-inspector
feat: allow pm2 to install and enable event-loop-inspector data colle…
2018-02-02 17:43:52 +01:00
Unitech
6687d49941 feat: pm2 pid <app_name> command 2018-02-02 15:32:54 +01:00
vince
e6b0c47443 feat: allow pm2 to install and enable event-loop-inspector data collecting 2018-02-02 14:56:23 +01:00
vince
aa180fa8ab feat: allow pm2 to enable v8 data collecting from pmx 2018-01-31 15:08:31 +01:00
Unitech
d956f5ccd4 fix --sort 2018-01-22 16:03:28 +01:00
wallet77
f41ff15451 add sorting feature for process list 2018-01-10 10:34:12 +01:00
Unitech
8548dc47c3 #3364 20% faster CLI loading time 2017-12-21 12:57:37 +01:00
Unitech
f83a8037f4 #3351 alias pm2 ls to pm2 ps 2017-12-12 15:41:49 +01:00
Unitech
cca21add3a #3348 alias pm2-docker to pm2-runtime 2017-12-12 13:33:59 +01:00
Unitech
28f11b9fb6 #3347 --wait-ip option to override systemd script for waiting full internet connectivity 2017-12-12 13:27:01 +01:00
Unitech
93c18fcb02 -v option will not exec pm2 at all 2017-12-12 12:38:02 +01:00
Unitech
dc8fe09b68 #3278 #3345: --silent -s and -v will not print banner anymore 2017-12-12 12:22:25 +01:00
Unitech
0c039cb769 #3345 do not spawn daemon if pm2 -v 2017-12-12 12:04:58 +01:00
Unitech
288f39330b #3314 pm2 install <module> --safe 2017-12-04 01:47:44 +01:00
Unitech
b5372aa19e module system v3: independant folder for each module + retrocompat v2/v3 2017-12-03 16:17:22 +01:00
Unitech
34b246466b add pm2 unlink 2017-11-22 18:23:32 +01:00
vmarchaud
f2fd05603f
cli: dont parse Infinity as valid number when using pm2 logs --lines, fixes #3225 2017-10-25 10:30:25 +02:00
Daniel Tschinder
fb8fbe117a feat(startup): Allow custom service names for startup scripts
Especially when running mutliple instances of pm2 on one machine with
the same user this helps to create multiple startup scripts for each of
the instance.
2017-10-25 10:16:51 +02:00
Alexandre Strzelewicz
af6cbc0f18 Merge pull request #3140 from tomratcliffe/fix-cli-typos
Fix typos in CLI options
2017-09-07 18:13:26 +02:00
Tom Ratcliffe
db8cccee3c Fix typos in CLI options
mumber -> number
environmnent -> environment
chould -> should
2017-09-07 10:17:25 +01:00
Alexandre Strzelewicz
bc55d46a1c #3094 pm2 start app.js --container 2017-08-16 02:43:44 +02:00
Unitech
d554c6cd84 #3007 fix 2017-07-14 14:12:20 +02:00
Unitech
4861b34fb5 reduce length of some commands for smaller padding on pm2 -h 2017-07-14 14:05:29 +02:00
Unitech
b0fd46c711 #2998 pm2 report for automated reports 2017-07-04 20:13:15 +02:00
Unitech
5bd44dea2e #2997 #866 #1689 add --disable-logs option 2017-07-04 18:43:03 +02:00
Unitech
74fd7743fc #2690 --parallel <nb> - allow to configure number of concurrent actions on pm2 reload or pm2 restart 2017-07-03 00:44:06 +02:00
Unitech
7d6f173078 #2144 #1060 #2957 #2033 #1872 #2938 #971 Select application uid/gid via --uid --gid (CLI+JSON) + pm2 install --uid / --gid 2017-07-02 19:28:41 +02:00
Unitech
52f130749d rename CLI folder to binaries + drop pm2-daemon + doc pm2-dev 2017-06-30 11:42:15 +02:00
Unitech
ae3f1e0b5a /#2698 pm2-runtime + pm2-docker various enhancements 2017-06-30 10:48:53 +02:00
Unitech
4d34e80deb #2968 pm2 attach <pm_id> 2017-06-29 22:59:21 +02:00
Unitech
0cb60c8136 #2968 poc 2017-06-28 17:43:10 +02:00
Unitech
af4091e9b1 pm2-daemon 2017-05-10 12:38:09 +02:00
Unitech
5c2c2c26dd refactor code + fix edge case + pm2 open command to open browser 2017-04-29 18:30:51 +02:00
Unitech
23ba6e9217 add pm2 register to autolink 2017-04-29 03:47:42 +02:00
Unitech
09b7c5e172 pm2 monitor|umonitor <pm_id|app_name|all> 2017-04-29 02:08:46 +02:00
Unitech
e7fcd16a9b #2845 open editor on pm2 conf or pm2 set cmd 2017-04-22 15:15:39 +02:00
Unitech
f91038c698 #2818 pm2-docker -> pm2-runtime + tests 2017-04-06 22:56:05 +02:00
Alexandre Strzelewicz
2a9c347619 Merge pull request #2720 from porsager/multi-user-startup
Multi user startup - fixes #2662
2017-02-21 14:31:37 +01:00
Unitech
52f26ef47a CHANGELOG + rename oldmonit by imonit 2017-02-21 10:04:07 +01:00
vmarchaud
7abad52da1 (monit) add old monit interface #2699 2017-02-20 16:56:43 +01:00
vmarchaud
2173c2fe34 (logs) options to start stream logs after any operation #2266 2017-02-20 16:49:44 +01:00
porsager
aa279ac2f8 Merge branch 'Unitech/development' into multi-user-startup 2017-02-15 22:41:26 +01:00