fixes
- [
b98fd03
] - fix: use execFile instead of exec for security reason (#26) (fengmk2 <[email protected]>)
others
- [
dac29f7
] - refactor: addthis.exit
to instead ofprocess.exit
(#25) (Khaidi Chu <[email protected]>)
features
- [
22faa4c
] - feat: stop command support windows (#22) (Baffin Lee <[email protected]>)
others
- [
e07726c
] - refactor: raw spawn call to instead of helper.spawn in start non-daemon mode (#23) (Khaidi Chu <[email protected]>)
- feat: provides source map support for stack traces (#19)
- chore: add description for ignore-stderr (#18)
features
- [
b5559d5
] - feat: support --ignore-error (#17) (TZ | 天猪 <[email protected]>)
features
- [
8eda3d1
] - feat: add${baseDir}/.node/bin
to PATH if exists (#14) (fengmk2 <[email protected]>)
others
- [
4dd24a4
] - test: add testcase for #12 (#13) (Haoliang Gao <[email protected]>)
features
- [
4c41319
] - feat: support stop --title (#16) (TZ | 天猪 <[email protected]>)
features
- [
ac58d00
] - feat: cwd maybe not baseDir (#15) (zhennann <[email protected]>)
fixes
- [
7324d99
] - fix: should stop app when baseDir is symlink (#12) (Haoliang Gao <[email protected]>)
features
- [
ac40135
] - feat: add eggctl bin (#10) (Haoliang Gao <[email protected]>)
features
- [
0f7ca50
] - feat: [BREAKING_CHANGE] check the status of app when start on daemon (#9) (Haoliang Gao <[email protected]>)
others
- [
cfd0d2f
] - refactor: modify the directory of logDir (#8) (Haoliang Gao <[email protected]>)
features
- [
c0300b8
] - feat: log success at daemon mode (#7) (TZ | 天猪 <[email protected]>)
others
- [
fdd273c
] - test: add cluster-config fixture (#4) (TZ | 天猪 <[email protected]>)
- fix: should not pass undefined env (#6)
- docs: fix stop typo (#5)
- fix: should set title correct (#3)
- feat: remove env default value (#2)
- feat: first implementation (#1)