414 Commits

Author SHA1 Message Date
Alexandre Strzelewicz
f0249684bc fix: #3688 test adaptation + pm2 serve --port option 2018-05-27 19:33:53 +02:00
Alexandre Strzelewicz
bb094b445e feature: alias pm2 delete to pm2 del 2018-05-27 16:59:36 +02:00
Alexandre Strzelewicz
f111596b80 feature: add --ws option to pm2 link 2018-05-21 15:59:09 +02:00
Unitech
53ca18c128 chore: upgrade all modules + keymetrics-agent -> pm2/agent + increase version enabling v8-compile-cache 2018-05-17 15:42:43 +02:00
Robin Monnier
c424cc497f set first argument of pm2 start an option rather than a required argument 2018-03-19 13:34:02 +01:00
Vincent Vallet
4ae27694e3
Merge branch 'development' into new-usage-cli 2018-03-19 09:31:34 +01:00
Vincent Vallet
c65595f4a7
Merge pull request #3542 from rmonnier/default-start-ecosystem
Start the ecosystem file in PWD by default
2018-03-19 09:29:33 +01:00
Robin Monnier
799c48e773 start ecosystem file with pm2 start by default 2018-03-16 16:29:13 +01:00
Robin Monnier
0914e2a7bc add spacing to examples 2018-03-15 15:52:23 +01:00
Robin Monnier
3524617606 add unwanted deletion 2018-03-15 15:48:26 +01:00
Robin Monnier
42bcc02a51 correct bad english 2018-03-15 14:59:03 +01:00
Robin Monnier
41c6be78e1 improve pm2 examples 2018-03-15 14:55:12 +01:00
Robin Monnier
2c31008445 feat(bin/pm2): improve usage 2018-03-05 22:13:39 +01:00
vince
c3ae6aa8b4 feature: add inspect feature, on runtime 2018-03-05 18:07:24 +01:00
Vincent Vallet
9436f11aee
Merge pull request #3516 from Unitech/drop_unused_feature
chore: fix issue with snapshot command + remove command forceGc
2018-03-05 14:50:22 +01:00
vince
97fd1010d0 chore: fix issue with snapshot command + remove command forceGc 2018-03-05 13:38:29 +01:00
Vincent Vallet
674e446955
Merge pull request #3510 from Unitech/dump_refacto
Dump refacto
2018-03-05 11:22:33 +01:00
vince
ced2835d21 feature: #3485 add cleardump command 2018-03-02 12:18:54 +01:00
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