Unitech
79a6a2d2ea
feat: add service detection system + disable docker container listing by default
2019-06-17 20:57:46 +02:00
Unitech
2a62d97ee0
feat: better configuration display
2019-05-28 20:36:08 +02:00
Alexandre Strzelewicz
581dd2f434
chore: force node>8 + upgrade chokidar to 3.0 + remove v8-compile-cache not needed anymore + force slice if env var too long in pm2 show
2019-05-07 11:05:20 -07:00
Unitech
72c48d17c8
feat: fix disk io floating point + fix duplication in pm2 monit command + reduce time to refresh sysinfos (need refactor to retrieve data live) + slice git comment
2019-05-07 18:29:23 +02:00
Unitech
3d2c3809e1
feat: pm2 slist for sysinfos + docker containers display + containers stop/restart/delete capabilities via pm2 <actions> docker process_id + host metrics display on pm2 ls (network, disk ios, cpu, mem...) + conditional display of high load (mem or CPU) processes in pm2 ls + add monitoring of filedescriptor and memory
2019-05-06 18:59:37 +02:00
Unitech
2833774d7f
epic: pm4 to v4.0 + adding advanced sysinfos
2019-05-01 00:20:37 +02:00
Unitech
5b6275915c
feat: allow to run pm2 with embedded node binaries
2019-04-26 13:48:16 +02:00
Unitech
f8eeba9a55
feat: pm2 save --force
2019-04-24 00:46:24 +02:00
Unitech
a04de7f48c
fix: pm2 conf display whole configuration
2019-04-05 11:46:52 +02:00
Alexandre Strzelewicz
e8ddb8f79c
Merge pull request #4203 from cuspymd/fix-desc-help3
...
Fix help message of describe/env command
2019-04-05 11:42:09 +02:00
Florian Hermouet-Joscht
f779a1ef4d
improv: auto add monitoring snippet
2019-03-28 16:20:38 +01:00
Florian Hermouet-Joscht
b869eb5afd
improv: serve feat, spa + basic auth
2019-03-27 16:19:43 +01:00
Myoungdo Park
efa6ee1a07
fix: change help message of describe/env command
2019-03-19 01:41:29 +09:00
Unitech
f57a6aeeed
feat: add pm2 profile:cpu / pm2 profile:mem
2019-02-18 22:20:43 +01:00
Unitech
4376dc38a0
fix: enhancement pm2 plus register flow
2019-01-08 17:35:46 +01:00
vmarchaud
cbd25a3b8c
feat: re-implement pm2 plus cli
2019-01-07 11:06:34 +01:00
Unitech
cd4ea62383
fix: silent mode and verbose should not be enabled after -- option pass
2018-12-18 14:46:55 +01:00
AlexanBor
b2b26d0102
pm2 should ignore -s, --silent, -v after '--'
...
pm2 should ignore -s --silent -v if they are after '--' (variadic args for start and restart commands)
Example:
pm2 start node-red --node-args="--max-old-space-size=128" -- -v
Currently just prints versions and exits.
2018-11-11 22:41:13 +02:00
Unitech
565fc77e6e
add command to display application environment
2018-09-28 21:17:15 +02:00
Unitech
58ac5adc23
drop pm2 publish for npm module make tar default + pm2 publish folder/
2018-09-28 20:32:46 +02:00
Unitech
2bfaaca806
feature: add exponential backoff restart delay via --exp-backoff-restart-delay
2018-09-27 17:05:40 +02:00
Unitech
c26bf03883
more mono/multi app module tests + pm2 package command
2018-09-27 13:40:55 +02:00
Unitech
85a84f4677
module system: rewrite
2018-09-25 20:50:59 +02:00
Unitech
58d2465ef7
merge development
2018-09-25 00:06:22 +02:00
Unitech
e793425afb
first partial commit to support local tarball module install (install + respawn on boot) + refactor of module system
2018-09-24 14:42:40 +02:00
Unitech
3e3077698c
--time to enable log date prefixing
2018-09-24 00:17:23 +02:00
Unitech
51ab4a978f
feature: switch to websocket by default when running pm2 link/plus
2018-09-19 11:58:29 +02:00
Unitech
6a8bb26952
fix: remove install of modules on pm2 plus command
2018-08-28 16:51:38 +02:00
Vincent Vallet
2d3d204427
Merge pull request #3878 from cuspymd/fix-command-help
...
Fix wrong description for trigger command
2018-08-28 10:21:26 +02:00
Myoungdo Park
935568dc43
Fix wrong description for trigger command
2018-08-24 23:13:25 +09:00
Vincent Vallet
83294afee7
Merge branch 'development' into development
2018-08-17 12:02:42 +02:00
Vincent Vallet
79ab92425f
Merge branch 'development' into flag--ext
2018-08-17 10:38:08 +02:00
Vincent Vallet
bbcc85a416
Merge pull request #3822 from imarakho/flush_parameter
...
added parameter to flush command(added tests)
2018-08-17 10:29:46 +02:00
Igor Marakhov
31789a9a6d
added parameter to flush command(tests added)
2018-07-26 15:59:47 +03:00
Igor Marakhov
8e491bfdc1
added --ext flag
2018-07-24 16:04:22 +03:00
Yazan Medanat
6466ee44c1
refactor: only import the necessary methods from async.
2018-07-19 10:18:08 -04:00
Vadim Kotov
10d5c9c74b
Fixed grammar: 'does not exists' -> 'does not exist'
2018-07-16 16:29:32 +03:00
Unitech
bc5c7e92cd
refactor: split / remove unused code / DRY / pm2 enterprise|plus - breaking: .interact dropped
2018-07-13 18:29:33 +02:00
Alexandre Strzelewicz
5324c878fd
Merge branch 'development' into uid-gen
2018-07-13 13:54:20 +02:00
Unitech
9bc34e56b7
fix: pm2 plus
2018-07-12 18:23:24 +02:00
Unitech
fcf75e2cc3
feature: pm2 plus xx yy now generates a name with hostname-UID
2018-07-12 15:34:37 +02:00
Unitech
f807937916
#3777 always display pm2 plus info if linked
2018-07-12 14:50:17 +02:00
Unitech
1da6edde80
feature: pm2 plus cli
2018-07-11 12:51:25 +02:00
Unitech
8692a1daf7
chore: new ascii logo + refactor pm2 plus command
2018-07-10 11:29:22 +02:00
Unitech
cdc4a767d5
chore: change motd.update + alias register to pm2 plus
2018-07-10 11:17:48 +02:00
Livii Iabanzhi
3785d6e507
Implemented flag --watch-delay with tests
2018-07-01 12:47:30 +03:00
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