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 |
|