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
vmarchaud
475aa12145
Merge pull request #2718 from spang/master
...
Fix a few typos: s/optionnal/optional/
2017-02-15 17:23:52 +01:00
vmarchaud
d4a6524b3c
(logs) show 15 lines by default #2719
2017-02-15 17:23:14 +01:00
porsager
d0928ba1d2
Merge remote-tracking branch 'origin/development' into multi-user-startup
...
# Conflicts:
# lib/API/Startup.js
2017-02-15 15:05:03 +01:00
porsager
8a7f7edfc6
Add support for multi user startup
2017-02-15 10:24:09 +01:00
Christine Spang
494a4d6c0b
Fix a few typos: s/optionnal/optional/
2017-02-14 15:43:43 -08:00
vmarchaud
661b227af4
(docker) use timestamped logs only when user ask for it #2703
2017-02-09 16:46:17 +01:00
Unitech
ad733d638d
(dashboard) drop pm2 monit and replace by dashboard by default
2017-02-02 17:16:50 +01:00
Alexandre Strzelewicz
0c0af4d3f0
Merge pull request #2680 from ItsJimi/master
...
pm2 dashboard command
2017-02-02 16:17:18 +01:00
Unitech
c718852016
(logs) allow to pass --log-type <type> to CLI
2017-02-02 15:38:53 +01:00
ItsJimi
3160bd25fe
Add pm2 dashboard command
2017-02-02 14:27:30 +01:00
Unitech
4f25d311c2
(serve) take CLI options for naming and opts
2017-01-29 18:54:17 +01:00
Unitech
54333561c7
(serve) various fixes
2017-01-29 17:30:20 +01:00
Unitech
58f9a8dc9d
(agent) allow to specify --info-node + keep it persistent over updates
2017-01-29 16:47:47 +01:00
Unitech
683c1ea50b
(CLI) pm2 ecosystem simple
2017-01-29 13:33:26 +01:00
vmarchaud
2237f023f5
(serve) compatibility with node 0.12
2017-01-29 00:52:48 +01:00
vmarchaud
1c57dcc6c2
(feature) pm2 serve #2670
2017-01-28 22:00:56 +01:00
Unitech
c611bb4df2
(pm2-docker) --delay option
2017-01-28 17:32:04 +01:00
Unitech
1896524435
(CLI) --disable-trace
2017-01-17 15:25:43 +01:00