Commit graph

39 commits

Author SHA1 Message Date
Daniel Bulant
18a9079ee6
Add service 2021-11-30 21:05:59 +01:00
Daniel Bulant
748ba3e368
Fix skipping first container in ps command 2021-11-30 21:00:04 +01:00
upsilon01
f60e4d5a18
feat: passing callback to report progress (#191)
* feat: passing callback to report progress

* fix: add typing

* fix: change test purpose

* fix: lint errors

* fix: update docs

Co-authored-by: yshechter <yshechter@ravtech.co.il>
2021-11-29 07:57:04 +01:00
Westlad
5921b51977 feat: single container pause and unpause added 2021-07-20 12:27:46 +02:00
Alexander Zeitler
c4b60872ae feat(dx): add default export 2021-06-06 16:36:20 +02:00
Paweł Niedzielski
3b8aaec914 expose execCompose function
Fixes #162
2021-06-04 17:17:03 +02:00
Paweł Niedzielski
53fb97196f fix: fix mapping ipv6-based port mappings 2021-05-11 21:49:00 +02:00
Paweł Niedzielski
dbdb9008f2 fix: fix mapping ipv6-based port mappings 2021-05-11 21:49:00 +02:00
Paweł Niedzielski
8aa846553c fix: fix mapping ipv6-based port mappings 2021-05-11 21:49:00 +02:00
Paweł Niedzielski
21b63cbc53 fix: fix mapping ipv6-based port mappings 2021-05-11 21:49:00 +02:00
Paweł Niedzielski
48c9f0841a fix: fix mapping ipv6-based port mappings 2021-05-11 21:49:00 +02:00
Paweł Niedzielski
e7013dfab1 fix: fix mapping ipv6-based port mappings 2021-05-11 21:49:00 +02:00
Michael James
361131a76b refactor: changed execPath to executablePath 2021-05-09 01:38:03 +02:00
Michael James
58f09f4c74 feat: Add execPath option to set path to docker-compose executable 2021-05-09 01:38:03 +02:00
Alexander Zeitler
b487be048b refactor: replace variable by chaining 2021-04-14 16:17:03 +02:00
Alexander Zeitler
57f00b36fe refactor: improve naming 2021-04-14 16:17:03 +02:00
Alexander Zeitler
9443c7ebdc refactor: replace variables by chaining 2021-04-14 16:17:03 +02:00
Alexander Zeitler
3be99e8360 refactor: replace if by ternary, improve variable naming 2021-04-14 16:17:03 +02:00
Alexander Zeitler
880d2522b5 feat: make result for ps command type safe 2021-04-14 16:17:03 +02:00
Alexander Zeitler
ed91eba770 fix: filter empty entries from config --services command 2021-04-14 16:17:03 +02:00
Alexander Zeitler
51b20b43d6 feat: make result for config --volumes command type safe 2021-04-14 16:17:03 +02:00
Alexander Zeitler
6f105ca160 feat: make result for config --services command type safe 2021-04-14 16:17:03 +02:00
Alexander Zeitler
a2f5a4ec0e feat: make result for config command type safe 2021-04-14 16:17:03 +02:00
Alexander Zeitler
a7da0380a8 feat: make result for version command type safe 2021-04-14 16:17:03 +02:00
Alexander Zeitler
90421b7eb2 refactor: rename result to data 2021-04-14 16:17:03 +02:00
Alexander Zeitler
aa26e83884 refactor: use spread operator to build typed result 2021-04-14 16:17:03 +02:00
Alexander Zeitler
70a98f473b feat: make result for port command type safe 2021-04-14 16:17:03 +02:00
Alexander Zeitler
bf8210ae9b style: fix lint errors 2021-04-10 23:25:54 +02:00
Alexander Zeitler
46cb725156 style: run prettier 2021-04-10 23:25:54 +02:00
Gabriel
e8c14d318c feat: allow to pass docker compose configuration as string 2021-01-06 17:08:14 +01:00
Sebastián Balay
c808fa2b90 fix: update flags incompatible with detached mode
The flag --no-start in the up command is also incompatible with --detached
2020-07-10 20:11:50 +02:00
Paweł Niedzielski
3a68db75e3 feat: allow passing service names to rm function 2020-04-24 01:09:13 +02:00
lancerutkin
e85af8c092 feat: add ability to pass --abort-on-container-exit flag to up methods 2020-03-06 11:44:39 +01:00
Will O'Beirne
db73df9b0f
Add a version function 2019-10-25 16:35:44 -04:00
Paweł Niedzielski
98dc30de0f Add pullOne, pullMany and pullAll methods 2019-08-30 14:05:12 +02:00
Nacho González
3cea146b6e Add stopOne command 2019-08-15 08:59:55 +02:00
Paweł Niedzielski
9c3013be4f Fix interfaces not being exposed in typings file 2019-07-30 10:33:52 +02:00
Paweł Niedzielski
38aade6f02 Fix API types for upMany & upOne 2019-07-15 00:27:18 +02:00
Paweł Niedzielski
afc95c16f1 Migrate to Typescript
Removed Tape dev dependencies
Add Eslint plugin for Typescript
2019-07-14 03:13:14 +02:00