Commit graph

18 commits

Author SHA1 Message Date
zaucy
dc38a6f52f Changed build function names, fixed execCompose which was not resolving its promise, fixed issue with run/exec with the spawn change 2018-06-28 19:25:42 -07:00
zaucy
b20a9bdb6c Merge branch 'master' into iss-11 2018-06-28 18:51:14 -07:00
Ezekiel Warren
b31ec1821c
Merge branch 'master' into spawn 2018-06-28 09:01:24 -07:00
zaucy
b72e2ef6ed spawn instead of exec and piping child process output 2018-06-28 00:23:14 -07:00
zaucy
0d92b75922 docker-compose build support #11 2018-06-27 22:24:54 -07:00
zaucy
23c976c525 Exposed the 'env' option on child_process.exec 2018-06-27 19:53:55 -07:00
Ignatiev Mikhail
4d7fac4b2a exec and run implementation 2018-06-16 16:42:43 +03:00
Ignatiev Mikhail
ef756adc93 reverted back string interps cause original repo is using them 2018-06-16 14:14:40 +03:00
Ignatiev Mikhail
794905e7c9 optional params marked as [], removed string interp as it is not supported by node 6 2018-06-16 13:11:27 +03:00
Ignatiev Mikhail
8889412840 custom ymls support + tests, eslint aid for tests 2018-06-16 13:00:24 +03:00
Alexander Zeitler
17c5f6d390 resolve call must not depend on logging 2017-08-24 17:51:47 +02:00
Alexander Zeitler
83a25085a7 make options.log param optional (default = false) 2017-08-24 17:48:12 +02:00
Alexander Zeitler
48cf0b4cb8 change cwd param type to string for rm 2017-08-24 17:46:29 +02:00
Alexander Zeitler
3d2e4b2a59 force (-f) rm due to non interactive mode 2017-08-24 17:03:40 +02:00
Alexander Zeitler
cb9da9ef14 return promise for rm function 2017-08-24 16:54:07 +02:00
Alexander Zeitler
04a53032dc fix jsdoc param types 2017-08-24 16:52:24 +02:00
Alexander Zeitler
cd9df6ca19 make it work with Node 6.x
Tests still require Node.js 8 for async/await
2017-08-24 16:48:16 +02:00
Unknown
4fae99d8e4 implement up, down, stop, kill, rm 2017-06-10 23:58:22 +02:00